This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/27901] ICE: On second stage boostrap with -O3
- From: "paulg at chiark dot greenend dot org dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2006 11:16:23 -0000
- Subject: [Bug bootstrap/27901] ICE: On second stage boostrap with -O3
- References: <bug-27901-9002@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from paulg at chiark dot greenend dot org dot uk 2006-06-06 11:16 -------
Tried the following
1) Bootstrap GCC 4.1.1 using a GCC 3.4.4 host compiler without STAGE1_CFLAGS or
BOOT_CFLAGS set.
2) Bootstrap another clean copy of GCC 4.1.1 using the GCC 4.1.1 from step (1)
as the host compiler using "STAGE1_CFLAGS=-O3 -fomit-frame-pointer"
"BOOT_CFLAGS=-O3
-fomit-frame-pointer".
This fails in the same way which suggests that the bug causing this is still
present in GCC 4.1.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27901