https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60256
Martin Sebor changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60256
Martin Sebor changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60256
Martin Sebor changed:
What|Removed |Added
Known to fail|7.0 |7.3.0, 8.0
--- Comment #10 from Martin Se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60256
--- Comment #9 from Martin Sebor ---
Thanks for the reference. The strcmp(s, s) (and likewise memcmp(p, p, n)) case
in bug 65452 is different because unlike this one, strcmp doesn't change the
arrays pointed to by its arguments (which are also n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60256
--- Comment #8 from Marek Polacek ---
For strcpy(s, s) see Bug 65452, which also contains a patch for
-Wsame-arguments.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60256
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED