This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
status on i686 bootstrapping problem
- To: gdr at codesourcery dot com, gcc-bugs at gcc dot gnu dot org
- Subject: status on i686 bootstrapping problem
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 12 Apr 2001 19:00:42 -0700
I have identified the code that is miscompiled by gcc 3.0:
2755 return false;
0x80f9880 <can_throw_internal+272>: mov $0x0,%al
That should have been "mov $0x0,%eax". This causes a long
chain of events to begin happening differently; actual
changes in assembly output don't occur until a subsequent
function is compiled. Ug.
Now on to fixing the damned thing...
r~