[Bug c++/90052] Warning for (x == 1 && x == 2) [i.e. -Wlogical-op] should be in -Wall

egallager at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Oct 12 04:36:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90052

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Warning for (x == 1 && x == |Warning for (x == 1 && x ==
                   |2) should be in -Wall       |2) [i.e. -Wlogical-op]
                   |                            |should be in -Wall

--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
putting -Wlogical-op in the title


More information about the Gcc-bugs mailing list