This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Is this a bug? Dynamic cast error similar to thunk error.


>>>>> Martin v Loewis <martin@mira.isdn.cs.tu-berlin.de> writes:

 > Inside construction of the mid subobject of the derived object, the
 > typeinfo returned for this shall be a mid typeinfo. However, each
 > typeinfo also contains the deltas for each of the base
 > subobjects.

Actually, it doesn't.  For vbases, it has the offset to the vbase pointer,
which should work fine.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]