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++/9143] [ABI] 64-bit: Error in dump class hiearchy file generated for basic inheritance


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

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


nathan at gcc dot gnu dot org changed:

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


------- Additional Comments From nathan at gcc dot gnu dot org  2003-10-30 12:33 -------
The currrent FSF head produces this ppc64 dump with abi=1 or abi=2
Vtable for B
B::_ZTV1B: 7u entries
0     8u
8     0u
16    (int (*)(...))(&_ZTI1B)
24    0u
32    -8u
40    (int (*)(...))(&_ZTI1B)
48    A::f

looks good to me


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