https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90418
Bug ID: 90418
Summary: [10 Regression] powerpc-darwin9 bootstrap fails after
r271013
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: iains at gcc dot gnu.org
Target Milestone: ---
I've bisected to the rev. but of course, that might be exposing a latent.
this: (plus:SI (reg/f:SI 1 r1)
(reg:SI 0 r0)) [27 S16 A8])
looks somewhat suspicious....
Configured with: /src-local/gcc-git/configure
--prefix=/opt/iains/powerpc-apple-darwin9/gcc-10-0-0
--target=powerpc-apple-darwin9 --host=powerpc-apple-darwin9
--build=powerpc-apple-darwin9
--with-sysroot=/usr/local/darwin-toolchains/SDKs/darwin9 --disable-nls
--enable-lto --disable-libstdcxx-pch --enable-version-specific-runtime-libs
--with-dwarf2 --enable-checking=yes,rtl,tree --with-as=/usr/bin/as
--with-ld=/usr/bin/ld --enable-languages=all
/Volumes/scratch/10-5-leo/powerpc-trunk/./gcc/xgcc
-B/Volumes/scratch/10-5-leo/powerpc-trunk/./gcc/
-B/opt/iains/powerpc-apple-darwin9/gcc-10-0-0/powerpc-apple-darwin9/bin/
-B/opt/iains/powerpc-apple-darwin9/gcc-10-0-0/powerpc-apple-darwin9/lib/
-isystem
/opt/iains/powerpc-apple-darwin9/gcc-10-0-0/powerpc-apple-darwin9/include
-isystem
/opt/iains/powerpc-apple-darwin9/gcc-10-0-0/powerpc-apple-darwin9/sys-include
-fno-checking -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wno-format -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -isystem ./include
-mmacosx-version-min=10.5 -pipe -Wa,-force_cpusubtype_ALL
-mmacosx-version-min=10.4 -fno-common -mlong-double-128 -g -DIN_LIBGCC2
-fbuilding-libgcc -fno-stack-protector -mmacosx-version-min=10.5 -pipe
-Wa,-force_cpusubtype_ALL -mmacosx-version-min=10.4 -fno-common
-mlong-double-128 -I. -I. -I../.././gcc -I/src-local/gcc-git/libgcc
-I/src-local/gcc-git/libgcc/. -I/src-local/gcc-git/libgcc/../gcc
-I/src-local/gcc-git/libgcc/../include -DHAVE_CC_TLS -DUSE_EMUTLS -o
unwind-dw2_s.o -MT unwind-dw2_s.o -MD -MP -MF unwind-dw2_s.dep -DSHARED
-fexceptions -c /src-local/gcc-git/libgcc/unwind-dw2.c
In file included from /src-local/gcc-git/libgcc/unwind-dw2.c:1740:
/src-local/gcc-git/libgcc/unwind.inc: In function '_Unwind_Resume_or_Rethrow':
/src-local/gcc-git/libgcc/unwind.inc:274:1: error: unrecognizable insn:
274 | }
| ^
(insn/f 156 155 157 2 (parallel [
(set (mem/c:V4SI (plus:SI (reg/f:SI 1 r1)
(reg:SI 0 r0)) [27 S16 A8])
(reg:V4SI 84 v20))
(unspec [
(const_int 0 [0])
] UNSPEC_STVX)
]) "/src-local/gcc-git/libgcc/unwind.inc":256:1 -1
(expr_list:REG_DEAD (reg:V4SI 84 v20)
(expr_list:REG_DEAD (reg:SI 0 r0)
(expr_list:REG_FRAME_RELATED_EXPR (parallel [
(set (mem/c:V4SI (plus:SI (reg/f:SI 1 r1)
(const_int 1280 [0x500])) [27 S16 A8])
(reg:V4SI 84 v20))
(unspec [
(const_int 0 [0])
] UNSPEC_STVX)
])
(nil)))))
during RTL pass: cprop_hardreg
/src-local/gcc-git/libgcc/unwind.inc:274:1: internal compiler error: in
extract_insn, at recog.c:2310
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.