This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure in sparc-sun-solaris2.10
- From: "Arthur Haas" <ahaas at impactweather dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Fri, 12 Sep 2008 13:27:41 -0500
- Subject: Bootstrap failure in sparc-sun-solaris2.10
Hi.
Even with the patch listed in the bug report below my bootstrap would
still fail when the compiler tries to build libgcc.
The bug report for the bootstrap failure is here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37424
The build failed while building libgcc - the code would trip up on an
assert in haifa-sched.c, similar to the message posted here, though now
the assert is on line 2318:
http://gcc.gnu.org/ml/gcc/2008-09/msg00106.html
Applying the patch Adam created and posted in the message below resolved
the issue and the compiler successfully bootstrapped:
http://gcc.gnu.org/ml/gcc/2008-09/msg00139.html
There was one reply to this message; I don't know if the patch is being
reworked or been formally submitted yet, but it did fix my build.
Art Haas