cp-tree.def (CTOR_COMPLETE): New tree node.
authorMark Mitchell <mark@codesourcery.com>
Tue, 23 Nov 1999 07:31:07 +0000 (07:31 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 23 Nov 1999 07:31:07 +0000 (07:31 +0000)
commit083eb5756fe3cb25a697d9d2d8b65fdaa0646878
tree2994dcb7eddba39d83f51e1425155623f1f1fe9a
parent4e32293ce6e25dfe4f3f756032a044f4d39e70d1
cp-tree.def (CTOR_COMPLETE): New tree node.

* cp-tree.def (CTOR_COMPLETE): New tree node.
(finish_constructor_body): Add it, to mark the end of the
constructor.
(finish_function): Don't call end_protect_partials here.
* ir.texi (CTOR_COMPLETE): Document it.
* semantics.c (expand_stmt): Handle it.

From-SVN: r30630
gcc/cp/ChangeLog
gcc/cp/cp-tree.def
gcc/cp/ir.texi
gcc/cp/semantics.c
gcc/testsuite/g++.old-deja/g++.eh/cleanup2.C