https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121159

Petr Skocik <pskocik at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pskocik at gmail dot com

--- Comment #6 from Petr Skocik <pskocik at gmail dot com> ---
(In reply to Jakub Jelinek from comment #5)
> In GCC 15+ one can use [[gnu::musttail]] attribute on the tail call to force
> tail call even when it is [[noreturn]].

That doesn't seem to work: https://godbolt.org/z/cG1Y77rT7

Reply via email to