[Bug c++/32265] --never_inline and --no_automatic_inline options
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jun 8 22:14:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list