# This doesn't work on d10v if doubles are not 64 bits
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
	set torture_execute_xfail "d10v-*-*"
}
if [istarget "avr-*-*"] {
    # AVR doubles are floats
    return 1
}
return 0
# This doesn't work on d10v if doubles are not 64 bits
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
	set torture_execute_xfail "d10v-*-*"
}
if [istarget "avr-*-*"] {
    # AVR doubles are floats
    return 1
}
return 0