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

--- Comment #7 from Hongtao.liu <crazylht at gmail dot com> ---

> -  if (width < HOST_BITS_PER_WIDE_INT)
> +  if (width < HOST_BITS_PER_WIDE_INT
> +      && (mode != QImode || !flag_signed_char))
typo should be 
+      && (mode != QImode || flag_signed_char))

Reply via email to