This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 4.0 regression: g++ class layout on PPC32 has changed
Joe Buck writes:
> On Mon, Apr 04, 2005 at 04:07:49PM +0100, Andrew Haley wrote:
> > I've had a gcj bug report saying that some CNI code has ceased to work
> > on PPC 32, but I'm not sure that this is a gcj bug at all. The bug is
> > that gcj and g++ no longer have comptabile class layout -- members are
> > at different offsets.
>
> Which front end changed the layout between 3.4 and 4.0, gcj or g++?
The test case that I presented is entirely written in C++. That makes
it g++, I think.
Andrew.