This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Structure alignment under AIX 4.3.1


	For historical reasons, the PowerOpen AIX ABI only requires word
alignment for doubles while requiring doubleword alignment for 64-bit
integers.  If the double is the first field in a struct, the struct is
doubleword aligned although the internal fields are word aligned.  It's
just a big, unfortunate mess.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]