[Bug tree-optimization/49018] Inline assembly block executed outside conditional check with "-O1 -ftree-vrp"
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue May 17 11:40:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49018
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2011.05.17 10:50:48
AssignedTo|unassigned at gcc dot |rguenth at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-17 10:50:48 UTC ---
if-combine is doing this. bb_no_side_effects_p returns true for the
basic-block with the asm.
Mine.
More information about the Gcc-bugs
mailing list