This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Darwin gcc 3.3 sizeof of C++ structures with long long ints is strange
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Kevin B. Hendricks" <kevin dot hendricks at sympatico dot ca>
- Cc: Andrew Haley <aph at redhat dot com>, gcc at gcc dot gnu dot org
- Date: Wed, 19 Mar 2003 18:52:34 -0500
- Subject: Re: Darwin gcc 3.3 sizeof of C++ structures with long long ints is strange
The Apple PowerMac alignment was the same as AIX. Unless Apple
has changed their ABI, doubles are not naturally aligned, but long long
ints are.
David