This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Failure of test gcc.dg/asm-fs-1.c on cygwin


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]