mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-23 12:13:08 -05:00
PR java/15656: * testsuite/libjava.compile/pr15656.xfail: New file. * testsuite/libjava.compile/pr15656.java: new file. From-SVN: r88047
9 lines
194 B
Java
9 lines
194 B
Java
// This used to cause a gcj crash in error_if_numeric_overflow.
|
|
|
|
public class pr15656 {
|
|
public static void defineClass ()
|
|
{
|
|
Object ctor = new Object;
|
|
}
|
|
}
|