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


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

[PATCH] Java: new test case.



FYI, I'm checking this in.

./A

2001-08-17  Alexandre Petit-Bianco  <apbianco@redhat.com>

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

Index: libjava.compile/XercesBug.java
===================================================================
RCS file: XercesBug.java
diff -N XercesBug.java
--- /dev/null   Tue May  5 13:32:27 1998
+++ XercesBug.java      Fri Aug 17 14:54:57 2001
@@ -0,0 +1,13 @@
+// This is java/4007
+public final class XercesBug
+{
+    static final class OrderedHashtable
+    {
+       private Entry[] fEntries = null;
+        public static final class Entry
+        {
+            int x;
+        }
+
+    }
+}


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