re PR java/20418 (ICE if variable name is omitted in an initialiser and a qualified type for the variable is used)
* testsuite/libjava.compile/PR20418.java: New. * testsuite/libjava.compile/PR20418.xfail: New. From-SVN: r113707
This commit is contained in:
parent
5d342ef9c5
commit
498f0cf38a
3 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-05-11 David Daney <ddaney@avtrex.com>
|
||||
|
||||
* testsuite/libjava.compile/PR20418.java: New.
|
||||
* testsuite/libjava.compile/PR20418.xfail: New.
|
||||
|
||||
2006-05-11 Andrew Haley <aph@redhat.com>
|
||||
|
||||
* gnu/gcj/runtime/natSharedLibLoader.cc (init): Remove debugging
|
||||
|
|
7
libjava/testsuite/libjava.compile/PR20418.java
Normal file
7
libjava/testsuite/libjava.compile/PR20418.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
public class PR20418
|
||||
{
|
||||
public static void main( String[] args)
|
||||
{
|
||||
java.io.File = new java.io.File( "junk");
|
||||
}
|
||||
}
|
1
libjava/testsuite/libjava.compile/PR20418.xfail
Normal file
1
libjava/testsuite/libjava.compile/PR20418.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
shouldfail
|
Loading…
Add table
Reference in a new issue