[Bug c/83324] [feature request] Pragma or special syntax for guaranteed tail calls
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83324 --- Comment #1 from m...@daniel-mendler.de --- See also bug 77734
[Bug c/83324] New: [feature request] Pragma or special syntax for guaranteed tail calls
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: m...@daniel-mendler.de Target Milestone: --- I've seen that gcc7 supports the CALL_EXPR_MUST_TAIL_CALL flag internally. Unfortunately it is not exposed to the frontend. As of n