parse.y (named_class_head): Push into class while parsing the base class list.
authorMartin v. Löwis <loewis@informatik.hu-berlin.de>
Thu, 22 Oct 1998 14:52:02 +0000 (14:52 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Thu, 22 Oct 1998 14:52:02 +0000 (14:52 +0000)
commitf09bbbedfb1ad34a0277b9866ecb33a0ad198730
tree33a57098839059f547c9ca6f2bb7167cc36c0804
parente0afe616d4883f8dcfdafda44373d3f8190b9e20
parse.y (named_class_head): Push into class while parsing the base class list.

* parse.y (named_class_head): Push into class while parsing the
base class list.
* decl2.c (push_scope, pop_scope): New functions.
* tree.h: Declare them.

From-SVN: r23224
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/parse.y