https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98092
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11 Regression] ICE in |[11 Regression] ICE in |extract_insn, at |extract_insn, at |recog.c:2315 (error: |recog.c:2315 (error: |unrecognizable insn) |unrecognizable insn) since | |r11-4623 --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The builtins were added in r11-4623-g05161256d3d2a598966ca1cf676fa0e427570f73 , before that it has been rejected with: pr98092.c: In function ‘h9’: pr98092.c:4:11: warning: implicit declaration of function ‘__builtin_vec_bcdinvalid’; did you mean ‘__builtin_vec_xxeval’? [-Wimplicit-function-declaration] 4 | return (__builtin_vec_bcdinvalid (un)); | ^~~~~~~~~~~~~~~~~~~~~~~~ | __builtin_vec_xxeval pr98092.c:4:3: error: AltiVec argument passed to unprototyped function 4 | return (__builtin_vec_bcdinvalid (un)); | ^~~~~~