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/41241] [4.5 regression] bootstrap comparison failure



------- Comment #41 from jakub at gcc dot gnu dot org  2009-09-04 16:58 -------
Created an attachment (id=18496)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18496&action=view)
gcc45-pr41241.patch

Untested fix for the cfgloopmanip.c issue.  We have (mem (mem (sp + cst))
in the debug_insn, and we weren't expecting/handling that.

Still, if sp is present in the debug_insn in some unexpected way, the
debug_insn will cause -fcompare-debug differences.  I think for DEBUG_INSN_P
we'll need to
queue them into a special list and replace all occurrences of sp with sp + cst.


-- 


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


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