* cp-tree.h (poplevel_class): Declare.
commit656a7ba066536204699e9ea1752c3d045af71a0c
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 1999 07:35:07 +0000 (17 07:35 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 1999 07:35:07 +0000 (17 07:35 +0000)
treeed30051510ea90ac9a12144e7e97259bb832efa6
parent80e76a8e7ca6e0a3996568e49cc779b5e2afcab4
* cp-tree.h (poplevel_class): Declare.
* class.c (popclass): Use poplevel_class, not poplevel.
* decl.c (poplevel_class): Don't make it static.  Don't return a
value.
(poplevel): Don't call poplevel_class; abort in a class
binding level is seen.
* semantics.c (finish_translation_unit): Use pop_everything.
* parse.y (member_init): Allow errors.
(pending_inline): Call finish_function.
* parse.c: Regenerated.
* Makefile.in (CONFLICTS): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29472 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/semantics.c
gcc/testsuite/g++.old-deja/g++.brendan/crash9.C
gcc/testsuite/g++.old-deja/g++.oliva/ctor1.C