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]
Other format: [Raw text]

[Bug target/10645] [64-bit] Incorrect 64bit double alignment in nested struct


------- 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


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