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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
With -Wall -Wlogical-op we warn for all the cases except "if ((i - i) > 10)"
and I'm not sure if we really want a warning for this case.

Reply via email to