PR java/15656:
* testsuite/libjava.compile/pr15656.xfail: New file.
* testsuite/libjava.compile/pr15656.java: new file.
From-SVN: r88047
2004-09-24 Tom Tromey <tromey@redhat.com>
+ PR java/15656:
+ * testsuite/libjava.compile/pr15656.xfail: New file.
+ * testsuite/libjava.compile/pr15656.java: new file.
+
PR java/16789:
* testsuite/libjava.lang/pr16789.out: New file.
* testsuite/libjava.lang/pr16789.java: New file.
--- /dev/null
+// This used to cause a gcj crash in error_if_numeric_overflow.
+
+public class pr15656 {
+ public static void defineClass ()
+ {
+ Object ctor = new Object;
+ }
+}
--- /dev/null
+shouldfail