[Bug c++/54590] Incorrect multi-inheritence bases layout

2012-09-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54590 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/54590] Incorrect multi-inheritence bases layout

2012-09-16 Thread wingfire at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54590 Sun, Chaoyang changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/54590] Incorrect multi-inheritence bases layout

2012-09-16 Thread wingfire at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54590 --- Comment #2 from Sun, Chaoyang 2012-09-16 11:38:24 UTC --- (In reply to comment #1) > The first word contains a pointer to the vtable for X. If the first word is the vtable of X, the memory layout should be: { vptr of x; data of B; vptr of A;

[Bug c++/54590] Incorrect multi-inheritence bases layout

2012-09-15 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54590 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|