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]
Other format: [Raw text]

[Bug c++/18621] VTABLE emits unused bytes on avr target


------- Additional Comments From intelliguy_sa at hotmail dot com  2004-11-23 14:55 -------
(In reply to comment #1)
> This is required by the C++ ABI.
> Primary virtual pointer: address of the primary virtual table for the complete
object D.

Thanks. Is it possible to implement primary virtual pointer using only 2 bytes
on AVR target?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18621


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