[Bug target/37216] [cygming] Invalid alignment for SSE store to .comm data generated with -O3

2009-07-04 Thread simon dot sasburg at gmail dot com
--- Comment #63 from simon dot sasburg at gmail dot com 2009-07-04 12:41 --- GCC still generates a segfaulting executable when used with the testcase in the report, most likely because my assembler doesn't support the 3-argument .comm directive. When using the '-mpe-aligned-commons' i

[Bug target/37216] [cygming] Invalid alignment for SSE store to .comm data generated with -O3

2009-07-04 Thread simon dot sasburg at gmail dot com
--- Comment #65 from simon dot sasburg at gmail dot com 2009-07-04 13:17 --- Indeed, i should have expected this, and after rereading the comments here you even mentioned this problem already. Sorry for the noise. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216

[Bug target/37216] [cygming] Invalid alignment for SSE store to .comm data generated with -O3

2008-09-26 Thread simon dot sasburg at gmail dot com
--- Comment #11 from simon dot sasburg at gmail dot com 2008-09-26 07:32 --- I tried the attached patch, but gcc failed to build for me on cygwin with it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216

[Bug target/37216] [cygwin] Invalid alignment for SSE store to .comm data generated with -O3

2008-08-24 Thread simon dot sasburg at gmail dot com
--- Comment #2 from simon dot sasburg at gmail dot com 2008-08-24 11:35 --- with -S added: .globl _iint .bss .align 4 _iint: .space 4 .comm _iarr, 256 # 256 .section .rdata,dr .align 16 with -S -fno-common added: .globl _iint

[Bug c/37216] New: Invalid XMM instructions generated with -O3

2008-08-23 Thread simon dot sasburg at gmail dot com
at gcc dot gnu dot org ReportedBy: simon dot sasburg at gmail dot com GCC build triplet: i686-pc-cygwin GCC host triplet: i686-pc-cygwin GCC target triplet: i686-pc-cygwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216