https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125874
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |tail-call
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
So the setjump goes out of scope then? Because that seems like what clang does.
This is why partly musttail is designed incorrectly; it forces everything to go
out of scope.
Do you have the original preprocessed source? Maybe we can recommend a better
way of implement this.