aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/980506-1.x
blob: 056ef46383553d1bb1ea4920a4fabf2e86b4eb09 (plain)
1
2
3
4
5
6
7
8
9
10
# The arrays are too large for the xstormy16 - won't fit in 16 bits.
if { [istarget "xstormy16-*-*"] } {
        return 1;
}

if { [istarget "h8300-*-*"] } {
        return 1;
}

return 0