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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Why for GCC 16?  Can't it be simply only done at least for now for musttail
calls?
With [[clang::musttail]] being recognized we can regress on compiling
real-world code.
E.g. could the extra eh cleanup pass be guarded on cfun->has_musttail and the
tailc pass changes either as well, or done only if the tail call or recursion
is musttail in the particular case.

Reply via email to