[Bug tree-optimization/77745] Inconsistent application of aliasing rules
trippels at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 27 04:40:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77745
Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-09-27
Ever confirmed|0 |1
--- Comment #4 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
gcc generates code as if the function was defined as:
long foo(char *__restrict__ c1, char *__restrict__ c2)
More information about the Gcc-bugs
mailing list