https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111425
Frank Scheiner <frank.scheiner at web dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #10 from Frank Scheiner <frank.scheiner at web dot de> --- Got the confirmation (see below). So it really looks this issue here is the same as #116627, making that one actually a duplicate. Marking this one as resolved now. * gcc-at-73726725ae03995ef8b61622c954f7ca70416f79 ``` Making kernel... time make -j8 LOCALVERSION="-80ea26b1f-ia64-ice-check-w-fix" ARCH=ia64 CROSS_COMPILE=ia64-linux- all Tue Oct 15 06:55:26 PM CEST 2024 [...] NM .tmp_vmlinux2.syms KSYMS .tmp_vmlinux2.kallsyms.S AS .tmp_vmlinux2.kallsyms.o LD vmlinux NM System.map OBJCOPY vmlinux.bin GZIP vmlinux.gz No errors detected in 27903 functions. real 7m50.348s user 56m50.040s sys 2m26.513s 0 Tue Oct 15 07:03:16 PM CEST 2024 ``` * gcc-at-f4d0c6acc0ef43d7971f2d53afaa64ca05fb4718: ``` Making kernel... time make -j8 LOCALVERSION="-80ea26b1f-ia64-ice-check-w-o-fix" ARCH=ia64 CROSS_COMPILE=ia64-linux- all Tue Oct 15 07:06:22 PM CEST 2024 [...] during RTL pass: mach net/ipv4/fib_semantics.c: In function 'fib_create_info': net/ipv4/fib_semantics.c:1632:1: internal compiler error: Segmentation fault 1632 | } | ^ [...] 0x175bae0 internal_error(char const*, ...) /usr/src/gcc/gcc/diagnostic-global-context.cc:517 0xc2f0cf crash_signal /usr/src/gcc/gcc/toplev.cc:321 0xf68327 vt_expand_loc_callback /usr/src/gcc/gcc/var-tracking.cc:8538 0x7c5c13 cselib_expand_value_rtx_1 /usr/src/gcc/gcc/cselib.cc:2009 0x7c746e cselib_expand_value_rtx_cb(rtx_def*, bitmap_head*, int, rtx_def* (*)(rtx_def*, bitmap_head*, int, void*), void*) /usr/src/gcc/gcc/cselib.cc:1857 0xf68190 vt_expand_loc_callback /usr/src/gcc/gcc/var-tracking.cc:8500 0x7c59d6 cselib_expand_value_rtx_1 /usr/src/gcc/gcc/cselib.cc:1974 0x7c746e cselib_expand_value_rtx_cb(rtx_def*, bitmap_head*, int, rtx_def* (*)(rtx_def*, bitmap_head*, int, void*), void*) /usr/src/gcc/gcc/cselib.cc:1857 0xf670ec vt_expand_var_loc_chain /usr/src/gcc/gcc/var-tracking.cc:8403 0xf68364 vt_expand_loc_callback /usr/src/gcc/gcc/var-tracking.cc:8566 0x7c5c13 cselib_expand_value_rtx_1 /usr/src/gcc/gcc/cselib.cc:2009 0x7c746e cselib_expand_value_rtx_cb(rtx_def*, bitmap_head*, int, rtx_def* (*)(rtx_def*, bitmap_head*, int, void*), void*) /usr/src/gcc/gcc/cselib.cc:1857 0xf62635 vt_expand_loc /usr/src/gcc/gcc/var-tracking.cc:8655 0xf735b8 emit_notes_in_bb /usr/src/gcc/gcc/var-tracking.cc:9249 0xf735b8 vt_emit_notes /usr/src/gcc/gcc/var-tracking.cc:9586 0xf74ef6 variable_tracking_main_1 /usr/src/gcc/gcc/var-tracking.cc:10557 0xf7500b variable_tracking_main() /usr/src/gcc/gcc/var-tracking.cc:10571 0xfaec8a ia64_reorg /usr/src/gcc/gcc/config/ia64/ia64.cc:9933 0xbcc959 execute /usr/src/gcc/gcc/reorg.cc:3932 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See <https://gcc.gnu.org/bugs/> for instructions. [...] make[4]: *** [scripts/Makefile.build:229: net/ipv4/fib_semantics.o] Error 1 make[3]: *** [scripts/Makefile.build:478: net/ipv4] Error 2 make[3]: *** Waiting for unfinished jobs.... [...] ```