From: David Daney Date: Thu, 11 May 2006 17:52:42 +0000 (+0000) Subject: re PR java/20418 (ICE if variable name is omitted in an initialiser and a qualified... X-Git-Tag: releases/gcc-4.2.0~2953 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=498f0cf38a3d4e7aad5754ba636a5e1e3a1bd5a5;p=thirdparty%2Fgcc.git 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 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 62600926ec63..b110904c45ec 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2006-05-11 David Daney + + * testsuite/libjava.compile/PR20418.java: New. + * testsuite/libjava.compile/PR20418.xfail: New. + 2006-05-11 Andrew Haley * gnu/gcj/runtime/natSharedLibLoader.cc (init): Remove debugging diff --git a/libjava/testsuite/libjava.compile/PR20418.java b/libjava/testsuite/libjava.compile/PR20418.java new file mode 100644 index 000000000000..003f3cd85fbc --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR20418.java @@ -0,0 +1,7 @@ +public class PR20418 +{ + public static void main( String[] args) + { + java.io.File = new java.io.File( "junk"); + } +} diff --git a/libjava/testsuite/libjava.compile/PR20418.xfail b/libjava/testsuite/libjava.compile/PR20418.xfail new file mode 100644 index 000000000000..e3b083b1fa5c --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR20418.xfail @@ -0,0 +1 @@ +shouldfail