aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/920715-1.cexp
blob: 28da30bbcd3ee0f1045fa656c844d181e1ecf84c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This doesn't work on h8300s
# It also doesn't work on d10v if doubles are not 64 bits

if { [istarget "h8300*-*-*"] || [istarget "mn10200*-*-*"] } {
	set torture_execute_xfail "h8300*-*-*"
	set torture_execute_xfail "mn10200*-*-*"
}

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

return 0