aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/920501-7.x
blob: c7d9f0300490dfd160e7565b7dcc2ef5a6ee56d8 (plain)
1
2
3
4
5
6
# This doesn't work on sparc's with -mflat.

if { [istarget "sparc-*-*"] && [string match "*mflat*" $CFLAGS] } {
	set torture_execute_xfail "sparc-*-*"
}
return 0