https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96776
Matheus Izvekov <mizvekov at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |--- --- Comment #5 from Matheus Izvekov <mizvekov at gmail dot com> --- There is one small issue with this though, but is even smaller, in that if foo body was visible, and it did not escape that reference further, the tail call would be done if foo was inlined. But if not inlined, it is not done regardless.