cp-tree.h (language_function): Add cannot_inline.
authorMark Mitchell <mark@codesourcery.com>
Fri, 24 Sep 1999 01:29:29 +0000 (01:29 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 24 Sep 1999 01:29:29 +0000 (01:29 +0000)
commit914653a2a71c580d57010e189205a7deb6422125
tree20f6c3851fcc0e5a0de931ee83b0f29278299cf9
parent0fa5e05c2f36dda5b06b259779afc7867b0da9f7
cp-tree.h (language_function): Add cannot_inline.

* cp-tree.h (language_function): Add cannot_inline.
* decl.c (start_function): Restore current_function_cannot_inline
from the saved value.
(save_function_data): Save current_function_cannot_inline.
* decl2.c (start_objects): Change prototype.  Build the function
in function-at-a-time mode.
(finish_objects): Likewise.
(generate_ctor_or_dtor_function): Adjust accordingly.

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