construction vtables broken

Jason Merrill jason at redhat.com
Wed Jan 24 17:09:38 UTC 2001


>>>>> "Nathan" == Nathan Sidwell <nathan at codesourcery.com> writes:

> Jason Merrill wrote:
>> Yes.  Basically, RTTI information needs to count as a virtual function
>> which is overridden in every class.
> That does seem a rather convoluted thought!

Really?  It seems very clear to me.  Your testcase is testing RTTI.  The
reason it doesn't work is because we forgot to treat the RTTI information
like a virtual function.

Jason




More information about the cxx-abi-dev mailing list