OSDN Git Service

* lib/target-supports.exp (check_effective_target_int32plus): New.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 20020404-1.x
1 load_lib target-supports.exp
2
3 if { [check_effective_target_int16] } {
4         return 1
5 }
6
7 # m32c pointers can be 24 bits in a 32 bit variable, so the test
8 # patterns may get truncated.
9 if { [istarget "m32c-*-*"] } {
10         return 1
11 }
12
13
14 return 0
15