------- Comment #10 from brian at dessent dot net 2008-09-12 23:59 ------- Subject: Re: [cygming] Invalid alignment for SSE store to .comm data generated with -O3
One thing I was unsure about is this method switches to the .bss section without switching back to .text (or whatever) afterwards. As far as I can tell the common symbols are always emitted at the end of the file after everything else so this should be ok, but is there any chance of this function being called from anywhere else? (It's a shame the PE assembler doesn't have anything like .pushsection/.popsection.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216