This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
PR 8138 replaces PR 8063
- From: Andrew Haley <aph at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 4 Oct 2002 10:20:31 +0100 (BST)
- Subject: PR 8138 replaces PR 8063
- References: <86d6qqpvf6.fsf@nowhere.com>
Adam Megacz writes:
>
> I've resubmitted PR 8063 as PR 8138. The new PR includes instructions
> on how to reproduce the error no matter which gcc you used to compile
> gcj. The old PR would only work if you used 2.95 to comple 3.x.
>
> Could somebody delete/close the old PR?
>
> If you couldn't reproduce the old PR, could you please try the
> instructions in the new one and let me know if they work? Thanks!
$ tar xzf ~/src.tgz
$ gcj -fCLASSPATH= -Isrc/ -O3 -c src/org/xwt/HTTP.java -o HTTP.o
$ gcj -fCLASSPATH= -Isrc/ -O3 -c src/org/xwt/Trap.java -o Trap.o
$ gcj --version
gcj (GCC) 3.3 20020927 (experimental)
$
Andrew.