https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120827
Jeffrey A. Law <law at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[RISC-V] ICE unrecognizible |[15 Regression][RISC-V] ICE |insn in LTO build |unrecognizible insn in LTO | |build --- Comment #7 from Jeffrey A. Law <law at gcc dot gnu.org> --- Ha. I fixed this a couple weeks ago with patch: commit b93d8873cda88f0892c7782b274904fa8d3751fb Author: Jeff Law <j...@ventanamicro.com> Date: Tue Jun 10 06:38:52 2025 -0600 [RISC-V] Fix ICE due to splitter emitting constant loads directly This is a fix for a bug found internally in Ventana using the cf3 testsuite. [ ... ] Adding a regression marker since this definitely a gcc-15 regression.