https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66773
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |segher at gcc dot gnu.org --- Comment #1 from Segher Boessenkool <segher at gcc dot gnu.org> --- There certainly are cases where these warnings are inconvenient, but there also are cases where they are quite useful -- e.g. int f(void) { return 0xffffffff == -1; }