Three reruns later I got
cc -iquote /root/qemu-5.0/b/qemu/accel/tcg -iquote accel/tcg -iquote /root/qemu-5.0/tcg/arm -isystem /root/qemu-5.0/linux-headers -isystem /root/qemu-5.0/b/qemu/linux-headers -iquote . -iquote /root/qemu-5.0 -iquote /root/qemu-5.0/accel/tcg -iquote /root/qemu-5.0/include -iquote /root/qemu-5.0/disas/libvixl -I/usr/include/pixman-1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -fPIE -DPIE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -g -O2 -fdebug-prefix-map=/root/qemu-5.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/include/p11-kit-1 -DSTRUCT_IOVEC_DEFINED -I/usr/include/libpng16 -I/root/qemu-5.0/capstone/include -isystem ../linux-headers -iquote .. -iquote /root/qemu-5.0/target/ppc -DNEED_CPU_H -iquote /root/qemu-5.0/include -I/root/qemu-5.0/linux-user/ppc -I/root/qemu-5.0/linux-user/host/arm -I/root/qemu-5.0/linux-user -Ilinux-user/ppc -MMD -MP -MT accel/tcg/tcg-runtime-gvec.o -MF accel/tcg/tcg-runtime-gvec.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c -o accel/tcg/tcg-runtime-gvec.o /root/qemu-5.0/accel/tcg/tcg-runtime-gvec.c during RTL pass: reload /root/qemu-5.0/linux-user/syscall.c: In function ‘do_syscall1.constprop’: /root/qemu-5.0/linux-user/syscall.c:12479:1: internal compiler error: Segmentation fault 12479 | } | ^ Please submit a full bug report, with preprocessed source if appropriate. The bug is not reproducible, so it is likely a hardware or OS problem.
Again no crash of gcc to find, how it is disabling that ... ?!?
I was reading through /usr/share/doc/gcc-10/README.Bugs which gets mentioned in the error messages but there isn't a better hint either.
Three reruns later I got
cc -iquote /root/qemu- 5.0/b/qemu/ accel/tcg -iquote accel/tcg -iquote /root/qemu- 5.0/tcg/ arm -isystem /root/qemu- 5.0/linux- headers -isystem /root/qemu- 5.0/b/qemu/ linux-headers -iquote . -iquote /root/qemu-5.0 -iquote /root/qemu- 5.0/accel/ tcg -iquote /root/qemu- 5.0/include -iquote /root/qemu- 5.0/disas/ libvixl -I/usr/ include/ pixman- 1 -pthread -I/usr/ include/ glib-2. 0 -I/usr/ lib/arm- linux-gnueabihf /glib-2. 0/include -pthread -I/usr/ include/ glib-2. 0 -I/usr/ lib/arm- linux-gnueabihf /glib-2. 0/include -fPIE -DPIE -D_GNU_SOURCE -D_FILE_ OFFSET_ BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing- prototypes -fno-strict- aliasing -fno-common -fwrapv -std=gnu99 -g -O2 -fdebug- prefix- map=/root/ qemu-5. 0=. -fstack- protector- strong -Wformat -Werror= format- security -Wdate-time -D_FORTIFY_SOURCE=2 -Wexpansion- to-defined -Wendif-labels -Wno-shift- negative- value -Wno-missing- include- dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored- qualifiers -Wold-style- declaration -Wold-style- definition -Wtype-limits -fstack- protector- strong -I/usr/ include/ p11-kit- 1 -DSTRUCT_ IOVEC_DEFINED -I/usr/ include/ libpng16 -I/root/ qemu-5. 0/capstone/ include -isystem ../linux-headers -iquote .. -iquote /root/qemu- 5.0/target/ ppc -DNEED_CPU_H -iquote /root/qemu- 5.0/include -I/root/ qemu-5. 0/linux- user/ppc -I/root/ qemu-5. 0/linux- user/host/ arm -I/root/ qemu-5. 0/linux- user -Ilinux-user/ppc -MMD -MP -MT accel/tcg/ tcg-runtime- gvec.o -MF accel/tcg/ tcg-runtime- gvec.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -c -o accel/tcg/ tcg-runtime- gvec.o /root/qemu- 5.0/accel/ tcg/tcg- runtime- gvec.c 5.0/linux- user/syscall. c: In function ‘do_syscall1. constprop’ : 5.0/linux- user/syscall. c:12479: 1: internal compiler error: Segmentation fault
during RTL pass: reload
/root/qemu-
/root/qemu-
12479 | }
| ^
Please submit a full bug report,
with preprocessed source if appropriate.
The bug is not reproducible, so it is likely a hardware or OS problem.
Again no crash of gcc to find, how it is disabling that ... ?!?
I was reading through /usr/share/ doc/gcc- 10/README. Bugs which gets mentioned in the error messages but there isn't a better hint either.