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/52041] [4.7 Regression] Bootstrap failure at revision 183650 with --enable-checking=release


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

--- Comment #10 from Iain Sandoe <iains at gcc dot gnu.org> 2012-01-30 18:22:12 UTC ---
the stage3 tree-ssa-strlen.o fails with -fcompare-debug "failure (length)".

An incomplete analysis ... run out of time...

The first mismatched tree dump is 18t.ssa -- with differences like 
# DEBUG x => y 

but also there are some differences in temporary var numbers.

====

Looking at the asm, there seem to be differences  like

+ movl  al,%eax
  cmp $xxx, %eax

and cltq in stage2 missing in stage 3 -- so size changing instructions.


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