class.c (VTT_TOP_LEVEL_P, [...]): Remove.
authorNathan Sidwell <nathan@gcc.gnu.org>
Tue, 28 Sep 2004 08:50:56 +0000 (08:50 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 28 Sep 2004 08:50:56 +0000 (08:50 +0000)
commita3a0fc7f894bd9b82c23c78f5a1fbdae8bc3c04f
tree91b25be80d108aa01487236145f04a9b3f39168a
parent628f6a4e7c8e168256fe257a0dfc5f4fddda900a
class.c (VTT_TOP_LEVEL_P, [...]): Remove.

* class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove.
(struct secondary_vptr_vtt_init_data_s): New.
(build_vtt_inits): Adjust dfs_walkers.
(dfs_build_secondary_vptr_vtt_inits): Caller data is a
secondary_vptr_vtt_init_data_s structure. Adjust.
(dfs_ctor_vtable_bases_queue_p): Remove.
(dfs_fixup_binfo_vtbls): No need to clear BINFO_MARKED. Simplify.

* pt.c (struct get_template_base_data_s): Remove.
(get_template_base_r): Fold into get_template_base.
(get_template_base): Walk base binfos directly in inheritance
graph order.
Remove duplicated changelog entries

From-SVN: r88224
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/pt.c