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/23071] Darwin alignment ignores "attribute packed" for first 'double' element of a struct


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 13:21 -------
I still don't believe this is a bug.
As the alignment of whole struct is still 8 as double is first, even if the alignment of that double is 4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   GCC host triplet|powerpc-darwin-*            |
 GCC target triplet|                            |powerpc-darwin, powerpc-aix


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23071


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