This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: java/8063: Compiler chokes with -O3, "fatal error reading class for second time"
- From: Andrew Haley <aph at redhat dot com>
- To: aph at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 27 Sep 2002 18:36:02 -0000
- Subject: Re: java/8063: Compiler chokes with -O3, "fatal error reading class for second time"
- Reply-to: Andrew Haley <aph at redhat dot com>
The following reply was made to PR java/8063; it has been noted by GNATS.
From: Andrew Haley <aph@redhat.com>
To: Adam Megacz <adam@megacz.com>
Cc: tromey@redhat.com, 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/8063: Compiler chokes with -O3, "fatal error reading class for second time"
Date: Fri, 27 Sep 2002 19:30:14 +0100 (BST)
Adam Megacz writes:
>
> Andrew Haley <aph@redhat.com> writes:
> > Are you totally sure that this was a clean build from clean source?
>
> Yes.
>
> Also, keep in mind that we've found discrepancies in compiler behavior
> before based on what compiler was used to compile the compiler.
> Specifically, in a previous thread, people who used 2.95 to build 3.x
> got crashes, while people who used 3.1 to build 3.x (such as you,
> Andrew) did not get crashes:
>
> http://gcc.gnu.org/ml/java/2002-09/msg00114.html
Well, we don't know that was the cause of the problem. It might
equally have been system libraries, for example.
Andrew.