aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/920715-1.x
blob: e6ecdff07d8277b94b1a2ecb4854576655957cb3 (plain)
1
2
3
4
5
6
7
# It doesn't work on d10v if doubles are not 64 bits

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

return 0