https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198
Alexander Monakov <amonakov at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amonakov at gcc dot gnu.org --- Comment #11 from Alexander Monakov <amonakov at gcc dot gnu.org> --- At the same time, we deliberately avoid tailcall optimization for noreturn callees, citing "preserving backtraces" as the reason (while of course not all noreturn functions are going to abort the program).