cp-tree.h (flag_inline_trees): Update documentation.
authorMark Mitchell <mark@codesourcery.com>
Fri, 4 May 2001 03:03:39 +0000 (03:03 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 4 May 2001 03:03:39 +0000 (03:03 +0000)
commitacc72c37744ddd4cfb99f2db8e52138964e09ae5
treef92c6c67323714acc8bf3cec386c1ed11c545945
parent4091fa5f1bc6c0e1703c7245e0faf76e3bb579a4
cp-tree.h (flag_inline_trees): Update documentation.

* cp-tree.h (flag_inline_trees): Update documentation.
* decl.c (init_decl_processing): Adjust handling of
flag_inline_functions and flag_inline_trees to support -O3.
(grokfndecl): Set DECL_INLINE on all functions if that's what
the user requested.
(save_function_data): Clear DECL_INLINE in
current_function_cannot_inline is non-NULL.
* decl2.c (flag_inline_trees): Update documentation.

From-SVN: r41822
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c