[Bug tree-optimization/88854] redundant store after load that would makes aliasing UB

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 15 10:53:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88854

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 5 doesn't see the CSE opportunity because it doesn't process the unused
load and the translation code is not up-to-speed.  Then DOM figures out the
redundant store it sees them adjacent.

So I wouldn't really call this a regression.


More information about the Gcc-bugs mailing list