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

--- Comment #5 from Qi Feng <ffengqi at gcc dot gnu.org> ---
(In reply to Qi Feng from comment #4)
> The fourth to the last should be:
> 
>   x <  y   ||   x != INT_MAX     -->   x != UINT_MAX
> 
> sorry for the typo.

   x <  y   ||   x != INT_MAX     -->   x != INT_MAX

typo again...

Reply via email to