]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/init.cc
cp-tree.h (SAME_BINFO_TYPE_P): New.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 11 Oct 2004 15:38:23 +0000 (15:38 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 11 Oct 2004 15:38:23 +0000 (15:38 +0000)
commit539ed333f6e84709a56649827401a1b1b6ceb374
tree1f8b6634cbb2de2c26f1f0daaa4ca85261477f1c
parent19b63d8ecd5c81353990274b249fced229e89e24
cp-tree.h (SAME_BINFO_TYPE_P): New.

* cp-tree.h (SAME_BINFO_TYPE_P): New.
* class.c (build_base_path): Use SAME_BINFO_TYPE_P to compare
binfo types.
(convert_to_base_statically, determine_primary_bases,
update_vtable_entry_for_fn, dfs_modify_vtables, build_vtt_inits,
dfs_build_secondary_vptr_vtt_inits, build_ctor_vtbl_group,
accumulate_vtbl_inits, dfs_accumulate_vtbl_inits,
build_vtbl_initializer, add_vcall_offset_vtbl_entries_1): Likewise.
* init.c (expand_member_init): Likewise.
* search.c (lookup_base_r, dynamic_cast_base_recurse,
binfo_via_virtual, copied_binfo, binfo_for_vbase,
original_binfo): Likewise.
* tree.c (copy_binfo): Likewise.

From-SVN: r88880
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/search.c
gcc/cp/tree.c