This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/23071] Darwin alignment ignores "attribute packed" for first 'double' element of a struct
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jul 2005 13:21:19 -0000
- Subject: [Bug target/23071] Darwin alignment ignores "attribute packed" for first 'double' element of a struct
- References: <20050726064238.23071.sabre@nondot.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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