OSDN Git Service

* except.c (process_start_catch_block_old): Call start_decl_1 for
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Jul 1998 19:11:48 +0000 (19:11 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Jul 1998 19:11:48 +0000 (19:11 +0000)
commit3aa622aaf454e191c0b9b80d07dabe0278726bf5
tree3b2494b60d39021ab9864336047b4e944cb916e3
parent8e1c40885cce7b733dd69a659c98abdf315180fc
* except.c (process_start_catch_block_old): Call start_decl_1 for
catch parm.
* decl.c (start_decl_1): Avoid duplicate error.
* init.c (expand_default_init): Only perform the initialization if
it will do something.
* parse.y (base_class): Check for invalid base class.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21353 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/except.c
gcc/cp/init.c
gcc/cp/parse.c
gcc/cp/parse.y