[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling with gcj
From: |
Mark Wielaard |
Subject: |
Re: Compiling with gcj |
Date: |
09 Jan 2002 15:23:02 +0100 |
Hi,
On Wed, 2002-01-09 at 14:16, Mark Wielaard wrote:
> make[1]: Entering directory `/home/mark/src/classpath/lib'
> /usr/local/gcc-3.1/bin/gcj -C -d . @classes
> ./../java/util/LinkedHashMap.java:0: tree check: expected class 'd',
> have 'x' (identifier_node) in check_inner_circular_reference, at
> java/parse.y:5247
> Please submit a full bug report,
Replying to myself. There is a patch by Tom Tromey in the GNATS database
that helps me get around this:
<http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&database=gcc&pr=4715>
Cheers,
Mark