------- Comment #7 from brian at dessent dot net  2008-08-24 21:15 -------
Subject: Re:  [cygming] Invalid alignment for SSE store to 
 .comm data generated with -O3

> Another route would be to set the .bss minimum back to 2**4 again.

Actually that's not really great either because it doesn't do anything
to address the  more general form of the problem, e.g.

int foo[16] __attribute__((aligned (32)));

would still end up at the mercy of whatever the .bss default is, i.e.
that alignment requirement isn't recorded anywhere.


-- 


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

Reply via email to