[Bug 1046] Error in gnu_cxx::stdio_filebuf classes

[email protected] Fri, 29 Jul 2005 16:53:10 -0400
Newsgroups gmane.linux.lsb.specification
Message-ID <[email protected]>


------- Additional Comments From [email protected]  2005-07-29 16:53 -------
Created an attachment (id=73)
 --> (http://bugs.linuxbase.org/attachment.cgi?id=73&action=view)
Details on vtable data

To fill in the full details, the table data appears as tables 9-50 and 9-52 in
the c++ generic spec, and tables 7-28 and 7-29 in each arch c++ spec. These are
generated tables, so they come from the database.

The RTTI name and vfunc[2]-vfunc[13] are incorrect (actually a few of the vfunc
entries happen to be correct, that's why we get nine fails each rather than
12).

Note that it's not clear the vtable entries should be filled in, as the name of
the vtable is not exported...

The attachment contains the mangled and unmangled names for x86_64, taken from
the assembly generated when libstdc++ is built and converted with c++filt. They
may mangle differently on 32-bit architecture.   
 
--    
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.