This is the mail archive of the gcc-bugs@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: virtual inheritance bug (Solaris)


> I've encountered the following compiler bug:

Thanks for your bug report. This is a known problem (to me, at
least). Unfortunately, it is not possible to fix it with the current
g++ ABI; the pointer-to-member representation is simply not powerful
enough to represent a an offset in a virtual table originating from a
virtual base object. The new ABI will support that feature.

Regards,
Martin

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