--- 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-
--- 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
AssignedTo: unassigned 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
--- 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:
.g
--- 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