[Bug c/65452] strcmp (foo, foo) could give a warning
rstrode at redhat dot com
gcc-bugzilla@gcc.gnu.org
Tue Mar 17 15:21:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65452
--- Comment #2 from Ray Strode <rstrode at redhat dot com> ---
probably should catch
if (foo == foo) {
}
type situations too.
More information about the Gcc-bugs
mailing list