re PR c++/3631 (another linking problem with virtual derivation)
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 31 Jul 2001 08:56:09 +0000 (08:56 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 31 Jul 2001 08:56:09 +0000 (08:56 +0000)
commit20dde49d1f94e2a4e2b85ef3c769e5a0fd549b7a
tree215ce6e1f9ac1c01540385407fd0b161c86eb523
parentb7ad2f8bacf1036f5b01bebb45088567da987b4d
re PR c++/3631 (another linking problem with virtual derivation)

cp:
PR c++/3631
* class.c (update_vtable_entry_for_fn): The fixed adjustment
of a virtual thunk should be from declaring base.
testsuite:
* g++.dg/abi/vthunk1.C: New test.

From-SVN: r44509
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/vthunk1.C [new file with mode: 0644]