https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61982
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |missed-optimization Status|UNCONFIRMED |NEW Last reconfirmed| |2014-08-01 CC| |jakub at gcc dot gnu.org, | |jason at redhat dot com Version|unknown |4.9.1 Ever confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- We are missing CLOBBERs here - Jakub, ISTR you added indirect clobbers for this kind of stuff from the C++ frontend in some cases, but why not here? Seems this was for TARGET_EXPRs only? That is, here the frontend would be responsible for adding them? Confirmed.