cp-tree.def (CTOR_COMPLETE): New tree node.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 23 Nov 1999 08:07:09 +0000 (08:07 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 23 Nov 1999 08:07:09 +0000 (08:07 +0000)
commita93dcbc53a2054c70bf4c35ee617c4f9f1a8b05a
tree8596158be4f337d5b23ba7f48ba2f411a2baa9c5
parent43849fa9ee537e419027504c823ad1e8df3da235
cp-tree.def (CTOR_COMPLETE): New tree node.

* cp-tree.def (CTOR_COMPLETE): New tree node.
* decl.c (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: r30634
gcc/cp/decl.c