This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3145: virtual inheritance still creates wrong code
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nathan at gcc dot gnu dot org, nobody at gcc dot gnu dot org, stefan at space dot twc dot de
- Subject: Re: c++/3145: virtual inheritance still creates wrong code
- From: nathan at gcc dot gnu dot org
- Date: 14 Jun 2001 10:59:07 -0000
Synopsis: virtual inheritance still creates wrong code
Responsible-Changed-From-To: nathan->unassigned
Responsible-Changed-By: nathan
Responsible-Changed-When: Thu Jun 14 03:59:06 2001
Responsible-Changed-Why:
Partially fixed. remaining faults in build_vbase_path, which
is longstanding.
2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
* class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
we've not emerged from the hierarchy of RTTI_BINFO on reaching
a non-virtual base.
2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.abi/vbase8-9.C: New test.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3145&database=gcc