------- Comment #1 from pinskia at gcc dot gnu dot org  2007-06-08 22:14 -------
> --never_inline prevents all inlining, even when called for in source code
-fno-inline
(Or do you mean even with attribute always_inline?)

> --no_automatic_inline  prevents automatic inlining, i.e. inlining by the
> compiler when not specifically called for in the source code
-fno-inline-functions -fno-inline-functions-called-once

So the options already exist, even in 4.2.0.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32265

Reply via email to