http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54590
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54590
Sun, Chaoyang changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
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;
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54590
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|