This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: PR 7912 test case


I'm checking this in.

This is a simplified test for PR 7912.
The fix is pending.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* libjava.compile/pr7912.java: New file.

Index: libjava.compile/pr7912.java
===================================================================
RCS file: libjava.compile/pr7912.java
diff -N libjava.compile/pr7912.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ libjava.compile/pr7912.java 5 Nov 2002 04:06:01 -0000
@@ -0,0 +1,8 @@
+public class pr7912
+{
+  static Cloneable c;
+  public static void main(String[] args)
+  {
+    c = new int[1];
+  }
+}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]