https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111591
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #56175|0 |1
is obsolete| |
--- Comment #34 from Richard Biener <rguenth at gcc dot gnu.org> ---
Created attachment 56867
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56867&action=edit
patch adjusting TBAA info after stack slot sharing (unneeded)
This is the fully fleshed out patch adjusting TBAA info which in hindsight
shouldn't be necessary. As side-effect the alias-set zero could of course
avoid the miscompile of the reduced testcase, but not by design.