Failure of test gcc.dg/asm-fs-1.c on cygwin
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Wed May 30 23:55:00 GMT 2001
Test gcc.dg/asm-fs-1.c on fails on cygwin:
FAIL: gcc.dg/asm-fs-1.c scan-assembler-not \*_bar
The assembler output is below. I don't understand the purpose of the test,
so I can't determine if the result is bogus.
.file "asm-fs-1.c"
.section .text$*_bar,"x"
.align 16
.globl _bar
.def _bar; .scl 2; .type 32; .endef
_bar:
pushl %ebp
movl %esp, %ebp
popl %ebp
ret
.globl _baz
.section .data$*_baz,"w"
.align 4
_baz:
.long 3
More information about the Gcc-bugs
mailing list