[Bug target/107863] [10/11/12/13 Regression] ICE with unrecognizable insn when using -funsigned-char with some SSE/AVX builtins

crazylht at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Nov 25 05:32:06 GMT 2022


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))


More information about the Gcc-bugs mailing list