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 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
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
            Summary|VTABLE emits unused bytes on|VTABLE emits unused bytes on
                   |avr target                  |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]