This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/10645] [64-bit] Incorrect 64bit double alignment in nested struct
- From: "amodra at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jan 2004 02:15:24 -0000
- Subject: [Bug target/10645] [64-bit] Incorrect 64bit double alignment in nested struct
- References: <20030506191601.10645.jingye@ca.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From amodra at gcc dot gnu dot org 2004-01-11 02:15 -------
This bug has been fixed for powerpc64-linux by changing the ABI. :)
The PowerPC64 Linux ABI now specifies natural alignment for doubles, and gcc-3.4
has been changed ( See http://gcc.gnu.org/ml/gcc-cvs/2003-10/msg00488.html ) to
default to natural alignment for doubles. Patchsets are available in
ftp.linuxppc64.org/pub/people/amodra/ for gcc-3.2 and gcc-3.3.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10645