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

Drea Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|`a/b==0` can be simplified  |`a/b==0` can be simplified
                   |into a > b when a and b are |into a < b when a and b are
                   |non-negative                |non-negative

--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Alex Coplan from comment #1)
> Shouldn't it be a < b?

yes.

Reply via email to