This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: On alignment
>>>>> "Jason" == Jason Merrill <jason at redhat dot com> writes:
Jason> Can you give me an example of a case that needs an aligned
Jason> attribute? What is the Java frontend doing that makes this
Jason> necessary?
I haven't looked at this part of the gcj front end, so Andrew would
have to answer that part.
I do have a couple test cases that show the problems. Basically they
are areas where gcj and g++ disagree about object layout. I've
checked them in on the trunk, under libjava/testsuite/libjava.cni.
Tom