https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121159
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- In GCC 15+ one can use [[gnu::musttail]] attribute on the tail call to force tail call even when it is [[noreturn]].