class.c (dfs_ctor_vtable_bases_queue_p): Always walk into the shared virtual base...
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 31 Jul 2001 08:49:00 +0000 (08:49 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 31 Jul 2001 08:49:00 +0000 (08:49 +0000)
commitb7ad2f8bacf1036f5b01bebb45088567da987b4d
tree785d6d27be662318b32182b94684cfd98dc9f990
parentf70961a0e3c6240fec8bd2423896828fc74d8b77
class.c (dfs_ctor_vtable_bases_queue_p): Always walk into the shared virtual base, so preserving inheritance graph order.

cp:
* class.c (dfs_ctor_vtable_bases_queue_p): Always walk into
the shared virtual base, so preserving inheritance graph order.
testsuite:
* g++.dg/abi/vbase8-22.C: New test.

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