re PR java/15656 (ICE segfault in lex.c)
PR java/15656: * testsuite/libjava.compile/pr15656.xfail: New file. * testsuite/libjava.compile/pr15656.java: new file. From-SVN: r88047
This commit is contained in:
parent
0a08595abd
commit
013303df1b
3 changed files with 13 additions and 0 deletions
8
libjava/testsuite/libjava.compile/pr15656.java
Normal file
8
libjava/testsuite/libjava.compile/pr15656.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
// This used to cause a gcj crash in error_if_numeric_overflow.
|
||||
|
||||
public class pr15656 {
|
||||
public static void defineClass ()
|
||||
{
|
||||
Object ctor = new Object;
|
||||
}
|
||||
}
|
1
libjava/testsuite/libjava.compile/pr15656.xfail
Normal file
1
libjava/testsuite/libjava.compile/pr15656.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
shouldfail
|
Loading…
Add table
Add a link
Reference in a new issue