https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100735
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
CC| |ebotcazou at gcc dot gnu.org
Last reconfirmed| |2021-05-25
--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> The GCC manual's documentation of -fno-trampolines was apparently written
> from an Ada point of view. However, when I read it I understandably mistook
> it to say that -fno-trampolines also works for C, C++, etc. It doesn't: it
> is silently ignored for these languages, and I assume for any language other
> than Ada.
Patches were posted to make it work in C but didn't make it apparently.