------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 18:05 ------- Huh? I don't understand what do you mean by stack slots because there is no such thing in GCC. Do you mean you want disk_stat aligned to 16 byte? Note the alignment of disk_stat is 4byte so GCC should not require it to be 8byte alignment.
-- What |Removed |Added ---------------------------------------------------------------------------- Component|c |middle-end Summary|Allocation of structures |Alignment of struct on stack |across stack slots |is no longer the maxium | |alignment http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22605