[Bug target/106342] New: [12/13 Regression] internal compiler error: in extract_insn, at recog.cc:2791
mpolacek at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 18 15:32:18 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106342
Bug ID: 106342
Summary: [12/13 Regression] internal compiler error: in
extract_insn, at recog.cc:2791
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: mpolacek at gcc dot gnu.org
Target Milestone: ---
Compiling testsuite/gcc.dg/pr104612.c on s390x results in:
# gcc -c pr104612.c -O2
pr104612.c: In function ‘foo’:
pr104612.c:15:1: error: unrecognizable insn:
15 | }
| ^
(insn 9 8 10 2 (set (reg:V2SF 61 [ vect__2.10 ])
(ior:V2SF (and:V2SF (subreg:V2SF (reg/v:DI 63 [ v ]) 0)
(reg:V2SF 65))
(and:V2SF (not:V2SF (reg:V2SF 65))
(reg:V2SF 64)))) "pr104612.c":12:11 -1
(nil))
during RTL pass: vregs
pr104612.c:15:1: internal compiler error: in extract_insn, at recog.cc:2791
This works with GCC 11.
More information about the Gcc-bugs
mailing list