XercesBug.java: New file.
authorAlexandre Petit-Bianco <apbianco@redhat.com>
Fri, 17 Aug 2001 22:26:15 +0000 (15:26 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 17 Aug 2001 22:26:15 +0000 (15:26 -0700)
2001-08-17  Alexandre Petit-Bianco  <apbianco@redhat.com>

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

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01066.html)

From-SVN: r44987

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/XercesBug.java [new file with mode: 0644]

index 75ea263ffd725303a5e03324d5ce25a12927dbcd..edd0a50b38dbd41e329db832f05f5896c0e38172 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
+
+       * libjava.compile/XercesBug.java: New file.
+
 2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
        
        * libjava.lang/Matrix4f.java: New file.
diff --git a/libjava/testsuite/libjava.compile/XercesBug.java b/libjava/testsuite/libjava.compile/XercesBug.java
new file mode 100644 (file)
index 0000000..9184d00
--- /dev/null
@@ -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;
+        }
+
+    }
+}