summaryrefslogtreecommitdiffstats
path: root/libjava/testsuite/libjava.compile
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-10 01:09:12 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-10 01:09:12 +0000
commitf129e3bac004574b0d59f4197f3a992d71124726 (patch)
tree43bf31412c28109d49b5f4785360149ad8f18d7a /libjava/testsuite/libjava.compile
parentfa6ddf2354750ce657590f07e89e1153c2077b03 (diff)
downloadppe42-gcc-f129e3bac004574b0d59f4197f3a992d71124726.tar.gz
ppe42-gcc-f129e3bac004574b0d59f4197f3a992d71124726.zip
From PR gcj/310:
* libjava.compile/PR310.java: New file. * libjava.compile/PR310.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-rw-r--r--libjava/testsuite/libjava.compile/PR310.java9
-rw-r--r--libjava/testsuite/libjava.compile/PR310.xfail1
2 files changed, 10 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR310.java b/libjava/testsuite/libjava.compile/PR310.java
new file mode 100644
index 00000000000..a77f6a83e86
--- /dev/null
+++ b/libjava/testsuite/libjava.compile/PR310.java
@@ -0,0 +1,9 @@
+public class PR310
+{
+ void m (long l)
+ {
+ switch (l)
+ {
+ }
+ }
+}
diff --git a/libjava/testsuite/libjava.compile/PR310.xfail b/libjava/testsuite/libjava.compile/PR310.xfail
new file mode 100644
index 00000000000..e3b083b1fa5
--- /dev/null
+++ b/libjava/testsuite/libjava.compile/PR310.xfail
@@ -0,0 +1 @@
+shouldfail
OpenPOWER on IntegriCloud