1 # This doesn't work on d10v if doubles are not 64 bits
2 
3 if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
4 	set torture_execute_xfail "d10v-*-*"
5 }
6 return 0
7