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

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Alejandro Colomar from comment #2)
> (In reply to Andrew Pinski from comment #1)
> > So noipa implies noinline.
> 
> Hmmm, I thought it could be considered something like
> <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117853>, where you're showing
> an internal transformation.  Although in this case it doesn't hurt, since
> users of noipa actually know that it implies noinline, so I guess it's
> okay-ish.


It is documented to imply it too.
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Common-Function-Attributes.html#index-noipa-function-attribute

This attribute implies noinline, noclone and no_icf attributes.

Reply via email to