Commit 498f0cf3 by David Daney Committed by David Daney

re PR java/20418 (ICE if variable name is omitted in an initialiser and a…

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
parent 5d342ef9
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
......
public class PR20418
{
public static void main( String[] args)
{
java.io.File = new java.io.File( "junk");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment