This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: java/8063: Compiler chokes with -O3, "fatal error reading class for second time"
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.