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 tree-optimization/42719] "-fcompare-debug failure" with "-O2 -ftracer"



------- Comment #3 from matz at gcc dot gnu dot org  2010-01-14 15:56 -------
This code and var-tracking was developed in parallel, that's why debug insns
are sometimes not handled correctly in the new out-of-ssa stuff.  In this
case debug insns should probably be ignored, and not lead to claiming a
trivial conflict.


-- 


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


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