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 #4 from jakub at gcc dot gnu dot org  2010-01-14 16:10 -------
Created an attachment (id=19598)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19598&action=view)
gcc45-pr42719.patch

Big hammer patch to reset the debug stmts because of which we'd return true
from trivially_conflicts_p when we'd otherwise return false.
Wonder if we don't have other options though (ignore the debug stmts, then do
something about them) and how much it will affect real-world code.


-- 


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]