* class.c (add_vcall_offset_vtbl_entries_1): Correct ordering of
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Nov 2002 02:16:48 +0000 (02:16 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Nov 2002 02:16:48 +0000 (02:16 +0000)
commita1dbcdb9b41ccf0c3b1f9940343de76653c63088
tree8a244591acba56e22812980ef1a56c3b92b02e7a
parent6b8feb95bf0c3d215f6dec137419e5e07c909b47
* class.c (add_vcall_offset_vtbl_entries_1): Correct ordering of
vcall offfsets.  Split out ...
(add_vcall_offset): ... new function.

* g++.dg/abi/vthunk3.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58912 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/vthunk3.C [new file with mode: 0644]