]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/class.c
Use vector API for vbase list.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 28 Jun 2004 10:34:42 +0000 (10:34 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 28 Jun 2004 10:34:42 +0000 (10:34 +0000)
commit58c42dc28354d5857a5d905d505127eb5624111f
treee397d9901439f8fe52024801150452e232238cd0
parentada5515102b96672d758a0263e6d16584ad8f58c
Use vector API for vbase list.

* cp-tree.h: Include vec.h
(DEF_VEC_P (tree)): New type.
(struct lang_type_class): Change vbase's member type.
(binfo_for_vbase): Declare.
* class.c (determine_primary_base, base_derived_from,
update_vtable_entry_for_fn, walk_subobject_offsets, end_of_class,
warn_about_ambiguous_bases, dfs_accumulate_vtbl_inits,
build_vtbl_initializer): Adjust.
* decl.c (xref_basetypes): Adjust, accumulate upper bound of
vbases.
* init.c (sort_mem_initializers, expand_member_init,
push_base_cleanups): Adjust.
* method.c (do_build_copy_constructor): Adjust.
* search.c (get_pure_virtuals, copied_binfo, original_binfo): Adjust.
(binfo_for_vbase): New.
* tree.c (copy_base_binfos): Adjust.

From-SVN: r83770
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/init.c
gcc/cp/method.c
gcc/cp/search.c
gcc/cp/tree.c