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 debug/42977] [4.5 Regression] "-fcompare-debug failure" with "-O2 -finline-functions -fomit-frame-pointer -ftracer -fsched2-use-superblocks -fPIC"



------- Comment #8 from jakub at gcc dot gnu dot org  2010-03-22 15:21 -------
BTW, when not using cselib_record_sets hook, I believe cselib_process_insn does
really nothing at all on DEBUG_INSNs.  This would also mean that even local
cprop is fine.  The problem are cselib_lookup (x, y, 1); calls sched-deps.c
does
on MEMs in debug_insns.


-- 


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


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