[Bug tree-optimization/59715] [4.7/4.8/4.9 Regression] wrong code at -Os and above on x86_64-linux-gnu
vries at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 8 12:18:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59715
vries at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rguenth at gcc dot gnu.org
--- Comment #6 from vries at gcc dot gnu.org ---
The redundant store elimination in tree-ssa-dom.c:optimize_stmt (introduced in
PR45705) removes the non-redundant store b = 0.
More information about the Gcc-bugs
mailing list