Commit 9fba6f96 by Alexandre Petit-Bianco Committed by Alexandre Petit-Bianco

XercesBug.java: New file.

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
parent bb74c963
2001-08-17 Alexandre Petit-Bianco <apbianco@redhat.com>
* libjava.compile/XercesBug.java: New file.
2001-08-12 Alexandre Petit-Bianco <apbianco@redhat.com> 2001-08-12 Alexandre Petit-Bianco <apbianco@redhat.com>
* libjava.lang/Matrix4f.java: New file. * libjava.lang/Matrix4f.java: New file.
......
// This is java/4007
public final class XercesBug
{
static final class OrderedHashtable
{
private Entry[] fEntries = null;
public static final class Entry
{
int x;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment