https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68462
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID Severity|major |normal --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- N_domains and domain_array don't overlap at all and it is known to overlap as writing past arrays bounds is undefined and is unrelated to strict aliasing.