From b023f04c858466492955ded41e434e5b1acefc50 Mon Sep 17 00:00:00 2001 From: apbianco Date: Fri, 17 Aug 2001 22:26:15 +0000 Subject: 2001-08-17 Alexandre Petit-Bianco * 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 --- libjava/testsuite/libjava.compile/XercesBug.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/XercesBug.java (limited to 'libjava/testsuite/libjava.compile') diff --git a/libjava/testsuite/libjava.compile/XercesBug.java b/libjava/testsuite/libjava.compile/XercesBug.java new file mode 100644 index 00000000000..9184d00a276 --- /dev/null +++ b/libjava/testsuite/libjava.compile/XercesBug.java @@ -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; + } + + } +} -- cgit v1.2.3