https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98018

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Note always_inline inlining cannot be disabled.  Should it disable function
splitting and IPA transforms that require thunks?  Thus any transform that
might add or remove a frame?  Even if the thunk might use a tailcall?

Reply via email to