]> git.ipfire.org Git - thirdparty/gcc.git/commit
call.c (build_over_call): Use DECL_CONTEXT, not DECL_VIRTUAL_CONTEXT.
authorMark Mitchell <mark@codesourcery.com>
Sat, 26 Oct 2002 00:44:44 +0000 (00:44 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 26 Oct 2002 00:44:44 +0000 (00:44 +0000)
commite93ee6440d040187605f3ff56cbf01dc169f7d5e
tree4851d0f3f74a197c70c79513cd29892c5249e71a
parent0fb53e681df209314cd78a791423bfd8476b8c78
call.c (build_over_call): Use DECL_CONTEXT, not DECL_VIRTUAL_CONTEXT.

* call.c (build_over_call): Use DECL_CONTEXT, not
DECL_VIRTUAL_CONTEXT.
* class.c (modify_vtable_entry): Don't mess with
DECL_VIRTUAL_CONTEXT.
(set_vindex): Remove.
(set_primary_base): Remove vfuns_p parameter.
(determine_primary_base): Likewise.
(modify_all_vtables): Likewise.
(layout_class_type): Likewise.  Adjust calls to other functions
accordingly.
(finish_struct_1): Adjust calls to modified functions.  Set
DECL_VINDEX here.
* cp-tree.h (lang_type_class): Remove vsize.
(CLASSTYPE_VSIZE): Remove.
(lang_decl): Remove thunks.
(DECL_THUNKS): Adjust.
(DECL_VIRTUAL_CONTEXT): Remove.
(duplicate_decls): Don't copy it.
* pt.c (build_template_decl): Don't set it.
(tsubst_decl): Likewise.
* typeck.c (expand_ptrmemfunc_cst): Don't use it.

* g++.dg/lookup/ptrmem1.C: New test.

From-SVN: r58548
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/ptrmem1.C [new file with mode: 0644]