https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91161
--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Martin Liška from comment #8) > Btw. one can't see it on master after r10-4444-g7313607478c11e94. But if you do: ``` [[gnu::noinline, noreturn]] void ni () ``` You can reproduce it except it is no longe reproducible in GCC 13+ though.