[Bug tree-optimization/82750] Incorrect code for mednafen's array copy test with -O3
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 27 15:50:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82750
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(&v[0][0])[i] = i;
Is undefined when i >= 5.
More information about the Gcc-bugs
mailing list