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/54981] [4.8 Regression] Different code generated with / without `-g'


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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2012-10-19 11:06:16 UTC ---
+not generating builtin, partition has scalar uses outside of the loop

that check is confused by debug stmts.

I have a simple patch, let's watch for the fallout (the issue is surely
latent on the branches).


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