OSDN Git Service

* gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 980506-1.x
1 # The arrays are too large for the xstormy16 - won't fit in 16 bits.
2 if { [istarget "xstormy16-*-*"] } {
3         return 1;
4 }
5
6 if { [istarget "h8300-*-*"] } {
7         return 1;
8 }
9
10 return 0