aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20010518-2.x
blob: 1bd6f8fd46430e0932c12522fceefe51a46263cd (plain)
1
2
3
4
5
6
7
8
# This test fails on HC11/HC12 when it is compiled without -mshort because 
# the array is too large (INT_MAX/2 > 64K).  Force to use 16-bit ints for it.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
	set options "-S -mshort"
} else {
	set options "-S"
}
return 0