aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/20020404-1.x
blob: e4fd61a44a0ad03cdb7decd02d31a90d34e3dcaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load_lib target-supports.exp

if { [check_effective_target_int16] } {
	return 1
}

# m32c pointers can be 24 bits in a 32 bit variable, so the test
# patterns may get truncated.
if { [istarget "m32c-*-*"] } {
	return 1
}


return 0