https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70018
Jason Merrill <jason at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> --- (In reply to Jan Hubicka from comment #9) > To properly track possible loads/stores w/o any optimizations we probably > need an info from Frontend, because we optimize out things prior > gimplification. Jason, how feasible it is to do that? The front end isn't tracking that information currently. But I don't think it does any optimizations that would cause this kind of issue, either.