re PR c++/15871 (g++ does not honour -fkeep-inline-functions)
authorMark Mitchell <mark@codesourcery.com>
Tue, 17 Aug 2004 20:56:25 +0000 (20:56 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 17 Aug 2004 20:56:25 +0000 (20:56 +0000)
commit1a10290c1cb47d0e1308e35e56087c53344daaae
tree86b49bd3e86a3d584337acf5c4f1dd44507ccccc
parent1bc7e46697762ab61229dbc459c851a4e9d0df1c
re PR c++/15871 (g++ does not honour -fkeep-inline-functions)

PR c++/15871
* semantics.c (expand_or_defer_fn): Honor -fkeep-inline-functions.

PR c++/15871
* doc/invoke.texi (-fkeep-inline-functions): Update documentation.

PR c++/15871
* g++.dg/opt/inline8.C: New test.

From-SVN: r86144
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/inline8.C [new file with mode: 0644]