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++/9438] [ABI] type component conflict shown in class layout.


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From nathan at gcc dot gnu dot org  2003-10-30 12:19 -------
There is only one instance of an A base in the hierarchy
Class C
   size=8 align=4
   base size=8 base align=4
C (0x402f4c40) 0
    vptridx=0u vptr=((&C::_ZTV1C) + 12u)
  A (0x402f4c80) 0 empty virtual
      vbaseoffset=-0x00000000c
  B (0x402f4cc0) 0 nearly-empty
      primary-for C (0x402f4c40)
      subvttidx=4u
    A (0x402f4c80) alternative-path


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