aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/cvt-1.x
blob: 997c8650c0021dfcc69ae5a436ebdaff1b4748b1 (plain)
1
2
3
4
5
6
7
# This doesn't work on d10v if ints are not 32 bits

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

return 0