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
- From: "Giovanni Bajo" <rasky at develer dot com>
- To: "Andrew Haley" <aph at redhat dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Mon, 4 Apr 2005 18:25:31 +0200
- Subject: Re: 4.0 regression: g++ class layout on PPC32 has changed
- References: <16977.22597.595347.410019@cuddles.cambridge.redhat.com>
Andrew Haley <aph@redhat.com> wrote:
> public:
> long long __attribute__((aligned(__alignof__( ::java::lang::Object ))))
l;
I don't recall the exact details, but I have fixed a couple of bugs about
the use of __alignof__ and attribute aligned on members of classes (maybe
templates only?). Are you positive this attribute declaration *does* have an
effect at all in 3.4?
--
Giovanni Bajo