This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32265] --never_inline and --no_automatic_inline options
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2007 22:14:45 -0000
- Subject: [Bug c++/32265] --never_inline and --no_automatic_inline options
- References: <bug-32265-10965@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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