aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/961203-1.x
blob: e705ffe167a6cea80f517660fbcddb1304c0f6ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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