------- 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