This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: ICE in optimized build of 20000103
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Re: ICE in optimized build of 20000103
- From: David Ronis <ronis at onsager dot chem dot mcgill dot ca>
- Date: Wed, 5 Jan 2000 23:11:35 -0500 (EST)
- Reply-To: David Ronis <ronis at onsager dot chem dot mcgill dot ca>
I've just gone through additional bootstrap builds--one with
BOOT_CFLAGS="-O0 -g" and one with the default settings. Both builds
succeed. Builds with BOOT_CFLAGS="-O3 -march=pentium or pentiumpro
-fomit-frame-pointer etc." fail (the exact flags are obvious for the
reported command lines in the bug reports I've submitted in the past).
This seems to be exactly the same problem as Alexandre confirms (and
he, unlike me, supposed something knows something about gcc) as have
others.
It is a longstanding bug, albeit one that won't turn up unless you
turn on enough optimization; the concern is, of course, that if gcc
can't build itself with optimization turned on how can it be trusted
to work with other code.
David