https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118442
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2025-01-12 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So I don't think this instrumentation is needed, it is done for functions which have a possibility of noreturn reasons. Though in this case we don't need to know if the function returns or not as it will be tail called.