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

2004-11-23 Thread intelliguy_sa at hotmail dot com
--- 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 p

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

2004-11-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-23 12:57 --- This is required by the C++ ABI. Primary virtual pointer: address of the primary virtual table for the complete object D. -- What|Removed |Added