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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl.tools at gmail dot com

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
It looks to me that the fix for PR90497 is not entirely correct, because it
allows to bypass builtins that have additional SSE* restrictions.

The following test also fails with -mmmx -msse -mno-sse2 (or -m32):

ttt.c: In function ‘foo’:
ttt.c:8:1: error: unrecognizable insn:
    8 | }
      | ^
(insn 9 8 10 2 (set (reg:V2DF 85)
        (float:V2DF (reg:V2SI 86))) "ttt.c":7:10 -1
     (nil))
during RTL pass: vregs
ttt.c:8:1: internal compiler error: in extract_insn, at recog.c:2294
0x6ae303 _fatal_insn(char const*, rtx_def const*, char const*, int, char
const*)
        /home/uros/git/gcc/gcc/rtl-error.c:108
0x6ae31f _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
        /home/uros/git/gcc/gcc/rtl-error.c:116
0x6ac907 extract_insn(rtx_insn*)
        /home/uros/git/gcc/gcc/recog.c:2294
0xa8d885 instantiate_virtual_regs_in_insn
        /home/uros/git/gcc/gcc/function.c:1607
0xa8d885 instantiate_virtual_regs
        /home/uros/git/gcc/gcc/function.c:1977
0xa8d885 execute
        /home/uros/git/gcc/gcc/function.c:2026

CC author.

Reply via email to