class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 18 Jun 2009 18:09:12 +0000 (18:09 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 18 Jun 2009 18:09:12 +0000 (18:09 +0000)
commit3600f67820b56b1083b1b5719e2be55b5bc8b775
treea1cb9f9b9d4df1dc44becd4451c5ade82a30cb5d
parentb6680d727147ab31aa2248f2ba355b501d26cae2
class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.

        * class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
        * decl.c (finish_decl): Remove.
        (declare_global_var): Replace finish_decl with cp_finish_decl.
        (start_method): Same.
        * rtti.c (emit_tinfo_decl): Same.
        * pt.c (tsubst_expr): Same.
        (instantiate_decl): Same.
        * decl2.c (grokbitfield): Same.
        * name-lookup.c (pushdecl_top_level_1): Same.
        * cp-tree.h: Remove finish_decl.

From-SVN: r148666
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/name-lookup.c
gcc/cp/pt.c
gcc/cp/rtti.c