aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20020604-1.x
blob: bced22f0f44c72a3566f0f0199e7a520c2cee4f4 (plain)
1
2
3
4
5
6
7
8
9
10
# The array is too big.
if { [istarget "h8300-*-*"] } {
        return 1;
}

if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
        return 1;
}

return 0