OSDN Git Service

* cp-tree.def (CTOR_COMPLETE): New tree node.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 1999 08:07:09 +0000 (08:07 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 1999 08:07:09 +0000 (08:07 +0000)
commitb8022157d72b1083192ba497daf4fee74a32b1a9
tree8596158be4f337d5b23ba7f48ba2f411a2baa9c5
parent952b0f82a3c0e91fb72fa709ad56a14b6d8a3f63
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30634 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/decl.c