[Bug target/23067] Incorrect struct layout on darwin

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Dec 14 20:10:00 GMT 2005



------- Comment #23 from pinskia at gcc dot gnu dot org  2005-12-14 20:10 -------
(In reply to comment #22)

> struct a{long long t; int i;};
> struct f{int tt; struct a d; int t;};

This one is still wrong after the (updated) patch in comment #20.
The size which Apple's GCC gives is 24 but the FSF gcc gives 32 even after
using the patch in comment #20.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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



More information about the Gcc-bugs mailing list