This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: java/8138: Compiler chokes with -O3, "fatal error reading class for second time"
- From: Tom Tromey <tromey at redhat dot com>
- To: aph at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 29 Jan 2003 21:36:00 -0000
- Subject: Re: java/8138: Compiler chokes with -O3, "fatal error reading class for second time"
- Reply-to: Tom Tromey <tromey at redhat dot com>
The following reply was made to PR java/8138; it has been noted by GNATS.
From: Tom Tromey <tromey@redhat.com>
To: Andrew Haley <aph@redhat.com>
Cc: aph@gcc.gnu.org, adam@xwt.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
java-prs@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: java/8138: Compiler chokes with -O3, "fatal error reading class for second time"
Date: 29 Jan 2003 14:26:30 -0700
>> I don't know if it is the same bug, but a current build of rhug using
>> 3.3 on x86 will give this error while building xalan.
Andrew> With -O3?
With -O2. I found the bug, sort of. I have a patch I only partly
understand.
Tom