https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92474
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
Target Milestone|--- |16.0
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed also for GCC 16 by doing tail recusion rather than tail call
optimization.
