The 3.0 ABI no longer has vbase pointer fields.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 31 Jul 2001 16:12:04 +0000 (16:12 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 31 Jul 2001 16:12:04 +0000 (16:12 +0000)
commitbefe7c61462d147b408df88fe8a6f8e14e3ad877
tree3547b7352d8bd1e1b80a28e48e5f9c9608a18e8e
parentdc56ceb766a005fadcd9287e7e72be947936f01a
The 3.0 ABI no longer has vbase pointer fields.

cp:
The 3.0 ABI no longer has vbase pointer fields.
* cp-tree.h (VBASE_NAME, VBASE_NAME_FORMAT, VBASE_NAME_P,
FORMAT_VBASE_NAME): Remove.
* method.c (do_build_copy_constructor): Adjust.
(do_build_assign_ref): Adjust.
* search.c (lookup_field_r): Adjust.
* typeck.c (build_component_ref): Adjust.

The 3.0 ABI always has a vtable pointer at the start of every
polymorphic class.
* rtti.c (build_headof_sub): Remove.
(build_headof): Adjust.
(get_tinfo_decl_dynamic): No need to check flag_rtti
here. Adjust.
(create_real_tinfo_var): Explain why we need a hidden name.

From-SVN: r44515
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/method.c
gcc/cp/rtti.c
gcc/cp/search.c
gcc/cp/typeck.c