https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97119
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- There is no way to turn all of these, and I'm afraid can't be. E.g. for the OpenMP/OpenACC outlined bodies of constructs, they need to be named somehow. Sure, one can disable many other ways how to clone functions (e.g. effectively imply all functions have noclone attribute), but it will not handle everything.