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