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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0
                 CC|uros at gcc dot gnu.org            |

--- Comment #6 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Jakub Jelinek from comment #5)
> Thanks.
> Shouldn't
> INTVAL (operands[2]) < <MODE_SIZE> * BITS_PER_UNIT
> be
> UINTVAL (operands[2]) < <MODE_SIZE> * BITS_PER_UNIT
> just to make sure it doesn't trigger for negative?

Ah, yes, I'll change it.

Reply via email to