This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8612: Vtable layout: missing vcall offset
- From: nathan at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, grigory at stl dot sarov dot ru, mmitchel at gcc dot gnu dot org, nathan at gcc dot gnu dot org
- Date: 4 Feb 2003 20:57:35 -0000
- Subject: Re: c++/8612: Vtable layout: missing vcall offset
- Reply-to: nathan at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, grigory at stl dot sarov dot ru, mmitchel at gcc dot gnu dot org, nathan at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: Vtable layout: missing vcall offset
Responsible-Changed-From-To: mmitchel->nathan
Responsible-Changed-By: nathan
Responsible-Changed-When: Tue Feb 4 20:57:35 2003
Responsible-Changed-Why:
investigated
State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Tue Feb 4 20:57:35 2003
State-Changed-Why:
the new behaviour is correct. The vcall offset for that
virtual base is zero. However, there is no interoperatability
problem, because no vcall adjusting thunk is needed in the
cited instance.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8612