* libjava.compile/XercesBug.java: New file.
(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01066.html)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44987
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
--- /dev/null
+// This is java/4007
+public final class XercesBug
+{
+ static final class OrderedHashtable
+ {
+ private Entry[] fEntries = null;
+ public static final class Entry
+ {
+ int x;
+ }
+
+ }
+}