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

lucier at math dot purdue.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |feeley at iro dot umontreal.ca

--- Comment #31 from lucier at math dot purdue.edu ---
I'm trying to analyze some failures I'm seeing where

(a) GCC 14 does not "optimize" tail calls with -foptimize-sibling-calls with a
system that expects this optimization, and it seems we eventually hit some
limit.

(b) An earlier version of GCC 15, where our code attaches the musttail
attribute to appropriate procedure calls, gave error messages like

../include/gambit.h:11038:2: error: cannot tail-call: other reasons

confirming that those tail calls

Reply via email to