https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117190
Frank Scheiner <frank.scheiner at web dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frank.scheiner at web dot de
--- Comment #5 from Frank Scheiner <frank.scheiner at web dot de> ---
This issue also affects cross-compilation for ia64 on x86_64 using the latest
GCC snapshot (gcc-15-20241020), though for a different file in the Linux
v6.12-rc4 (w/ia64) ([1]) sources, namely: lib/fonts/font_8x8.c.
```
[...]
CC lib/fonts/font_8x8.o
CC net/sched/sch_mq.o
lib/fonts/font_8x8.c:2584:1: internal compiler error: in size_binop_loc, at
fold-const.cc:2085
2584 | };
| ^
CC [M] drivers/char/ipmi/ipmi_si_hotmod.o
[...]
AR drivers/soc/loongson/built-in.a
0x17a1200 internal_error(char const*, ...)
/usr/src/gcc/gcc/diagnostic-global-context.cc:517
0x61909f fancy_abort(char const*, int, char const*)
/usr/src/gcc/gcc/diagnostic.cc:1551
CC net/sched/sch_api.o
AR drivers/soc/mediatek/built-in.a
AR drivers/soc/microchip/built-in.a
CC kernel/cgroup/freezer.o
CC net/netlink/genetlink.o
AR drivers/soc/nuvoton/built-in.a
0x5eb81f size_binop_loc(unsigned int, tree_code, tree_node*, tree_node*)
/usr/src/gcc/gcc/fold-const.cc:2085
AR drivers/soc/pxa/built-in.a
CC drivers/pci/host-bridge.o
0xf90739 array_size_for_constructor
/usr/src/gcc/gcc/varasm.cc:5490
0xf90739 output_constructor_regular_field
/usr/src/gcc/gcc/varasm.cc:5660
0xf90739 output_constructor
/usr/src/gcc/gcc/varasm.cc:5956
0xf90a01 assemble_variable_contents
/usr/src/gcc/gcc/varasm.cc:2269
0xf93297 assemble_variable(tree_node*, int, int, int)
/usr/src/gcc/gcc/varasm.cc:2448
AR drivers/soc/amlogic/built-in.a
0xf95cda varpool_node::assemble_decl()
/usr/src/gcc/gcc/varpool.cc:596
0xf95cda varpool_node::assemble_decl()
/usr/src/gcc/gcc/varpool.cc:564
0xf966ee symbol_table::output_variables()
/usr/src/gcc/gcc/varpool.cc:764
0x7c014d symbol_table::compile()
/usr/src/gcc/gcc/cgraphunit.cc:2407
0x7c2e37 symbol_table::compile()
/usr/src/gcc/gcc/cgraphunit.cc:2315
0x7c2e37 symbol_table::finalize_compilation_unit()
/usr/src/gcc/gcc/cgraphunit.cc:2589
AR drivers/soc/qcom/built-in.a
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.
```
[1]: https://github.com/johnny-mnemonic/linux-ia64/tree/v6.12-rc4-w-ia64