# The structure is too large for the xstormy16 - won't fit in 16 bits. if { [istarget "xstormy16-*-*"] } { return 1; } if { [istarget "h8300-*-*"] } { return 1 } # Array 'a' in this test is too large to fit in 64K. if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} { return 1 } return 0