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