https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117190
--- Comment #7 from Frank Scheiner <frank.scheiner at web dot de> --- (In reply to Jakub Jelinek from comment #3) > Another option would be to revert r15-4402 and r15-4377 and reapply once > this fix is tested and approved. Reverting both commits results in a working compiler: ``` # bski /usr/src/ski/ski-bootloader/ski-bootloader /boot/vmlinux-6.12.0-rc4-4714f12a36a0-ia64-ski-hp-sim-00037-g4714f12a36a0-dirty root=/dev/sda simscsi=./sd simeth=enp3s0f0 init=/root/bin/ski_test.bash PATH=/bin:/sbin:/usr/bin:/usr/sbin rw memblock=debug & loading /boot/vmlinux-6.12.0-rc4-4714f12a36a0-ia64-ski-hp-sim-00037-g4714f12a36a0-dirty... probing initramfs ... initramfs not passed starting kernel... Linux version 6.12.0-4714f12a36a0-ia64-ski-hp-sim-g4714f12a36a0-dirty (root@dl380-g7) (ia64-linux-gcc (GCC) 15.0.0 20241020 (experimental), GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT Mon Oct 21 15:06:56 CEST 2024 efi: EFI v1.0 by Hewlett-Packard efi: SALsystab=0x10a510 warning: unable to switch EFI into virtual mode (status=131) No I/O port range found in EFI memory map, falling back to AR.KR0 (0xffffc000000) printk: legacy console [simcons0] enabled [...] ```