[Bug target/37216] [cygming] Invalid alignment for SSE store to .comm data generated with -O3
dave dot korn dot cygwin at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sat May 23 14:08:00 GMT 2009
------- Comment #59 from dave dot korn dot cygwin at gmail dot com 2009-05-23 14:08 -------
Created an attachment (id=17909)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17909&action=view)
D'oh. Quick respin.
Huh. Alignment is passed to the backend as number of bits, but of course the
assembler wants it as the power of 2 of the number of bytes to align it to.
Fortunately I spotted this in manual testing before kicking off the 48-hr
testrun, so I'm restrapping the patch with one tiny change to winnt.c before I
do.
--
dave dot korn dot cygwin at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #17906|0 |1
is obsolete| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216
More information about the Gcc-bugs
mailing list