mistranslation: 0.735 graphic: 0.725 semantic: 0.607 instruction: 0.576 device: 0.539 socket: 0.453 network: 0.439 boot: 0.364 vnc: 0.340 assembly: 0.314 KVM: 0.290 other: 0.262 gcc crashes in hppa emulation There seems to be a translation bug in the qemu-hppa (qemu v5.0.0) emulation: A stripped down testcase (taken from Linux kernel build) is attached. In there is "a.sh", a shell script which calls gcc-9 (fails with both debian gcc-9.3.0-11 or gcc-9.3.0-12). and "a.iii", the preprocessed source. When starting a.sh, in the emulation gcc crashes with segfault. On real hardware gcc succeeds to compile the source. In a hppa-user chroot running "apt update && apt install gcc-9" should be sufficient to get the needed reproducer environment. Test still crashes the VM and chroot with up-to-date debian chroot, including updated gcc-9.3.0-14. Sven Schnelle (