https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102650
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org --- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- This is another case where IPA const promotion could see that we only ever store zero to 'c' and thus it can be promoted R/O when eliding that store.