This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/48679] [4.7 regression] bootstrap comparison failures on m68k-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48679

--- Comment #5 from Mikael Pettersson <mikpe at it dot uu.se> 2011-05-07 16:25:34 UTC ---
It's calls.c that gets miscompiled.  If stage2 cc1 is relinked with calls.o
from stage1 then it generates the same code for alloca.c as stage1 does.  If
stage1 cc1 is relinked with calls.o from stage2 then it generates the same code
for alloca.c as original stage2 and stage3 do.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]