[Bug tree-optimization/79196] Probably invalid folding of strstr(x, "foo") eq x to memcmp (x, "foo", strlen("foo"))
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 23 15:01:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79196
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
Summary|[7 Regression] Probably |Probably invalid folding of
|invalid folding of |strstr(x, "foo") eq x to
|strstr(x, "foo") eq x to |memcmp (x, "foo",
|memcmp (x, "foo", |strlen("foo"))
|strlen("foo")) |
--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed.
More information about the Gcc-bugs
mailing list