This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19748] aggressive no-inline options still cause inlining
- 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: 2 Feb 2005 01:56:03 -0000
- Subject: [Bug c++/19748] aggressive no-inline options still cause inlining
- References: <20050202015319.19748.yuri@tsoft.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-02 01:56 -------
-O3 enables -finline-functions, you want -fno-functions-inlines but -fno-inline should not enable
inlining period (except for alwaysinline functions).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19748