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

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

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