https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117287
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Why do you think it is more triggerable on trunk rather than on branches? The testcase ICEs on the 13/14 branches too, and the only reason I saw it on the trunk is that I was considering using [[assume (EXPR)]] for --disable-checking gcc_assert. I'm obviously not going to do that until this bug is fixed and will need to limit such use to GCC_VERSION >= 15000 even when it is.