aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/ieee/rbug.x
blob: ee879ae4c95db6bf61e0f5e1242e9db3811b60a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This doesn't work on d10v if doubles are not 64 bits

if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
	set torture_execute_xfail "d10v-*-*"
}

# freebsd sets up the fpu with a different precision control which causes
# this test to "fail".
if { [istarget "i?86-*-freebsd*\[12345\]\.*"] } {
	set torture_execute_xfail "i?86-*-freebsd*"
}
return 0