]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/semantics.c
cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
authorMark Mitchell <mark@codesourcery.com>
Fri, 5 May 2000 03:10:42 +0000 (03:10 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 5 May 2000 03:10:42 +0000 (03:10 +0000)
commit6462c441e1ae91377025ca105d91263086bc1577
tree126f829e671386cf6d10ee6d1d3f9da782f40515
parent9d4c21486cc7709172723c8fe12dd7f8d213b605
cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.

* cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
(SET_FNADDR_FROM_VTABLE_ENTRY): Likewise.
(lang_decl_flags): Add vcall_offset.
(THUNK_VCALL_OFFSET): Use it.
* decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
* method.c (make_thunk): Create the lang_decl here, not in
emit_thunk.
(emit_thunk): Make generic thunks into ordinary functions once
they have been fed to expand_body.
* semantics.c (expand_body): Set current_function_is_thunk here.

From-SVN: r33699
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/method.c
gcc/cp/semantics.c
This page took 0.057801 seconds and 5 git commands to generate.