http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61082
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hjl.tools at gmail dot com --- Comment #7 from H.J. Lu <hjl.tools at gmail dot com> --- It is the matter of if the size of --- struct B { }; struct X : public B { long p; }; --- is size of long or not.