error.c (dump_decl): Deal with TEMPLATE_DECLs that are VAR_DECLs.
authorMark Mitchell <mark@markmitchell.com>
Mon, 26 Oct 1998 23:48:58 +0000 (23:48 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 26 Oct 1998 23:48:58 +0000 (23:48 +0000)
commit52bf7d5d090f026c1e72949f6556b392fdd839ec
treefa8101d9dcabb5f1cf651dceaf682d01104640fe
parentad3ef78e25a7f3ec042403fe1f353226f3962477
error.c (dump_decl): Deal with TEMPLATE_DECLs that are VAR_DECLs.

* error.c (dump_decl): Deal with TEMPLATE_DECLs that are
VAR_DECLs.  Handle vtables whose DECL_CONTEXT is not a type.
* class.c (finish_struct_1): Use build_cplus_array_type to build
array types.
* decl.c (init_decl_processing): Likewise.
* except.c (expand_end_eh_spec): Likewise.
* search.c (expand_upcast_fixups): Simplify very slightly.

From-SVN: r23359
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/error.c
gcc/cp/except.c
gcc/cp/search.c