This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21587] Explicit inlining should never fail
- 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: 15 May 2005 17:33:08 -0000
- Subject: [Bug c++/21587] Explicit inlining should never fail
- References: <20050515164619.21587.msharov@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-15 17:33 -------
inline is always been just a hint to the compiler, sorry, this is how the standard is worded (or very
close).
For 4.1.0, we should have optimization before inlining and should be better at estimating the size of
the function. The params are there so we can tune GCC, if you instead supply a testcase to a new bug
where we don't inline fully, that would be better than changing how this works.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21587