aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/920501-12.x
blob: 61ba34933fb0a493cc1b1040cf0ff2652b152778 (plain)
1
2
3
4
5
6
# This test fails on HC11/HC12 when it is compiled without -mshort because 
# the stack arrays are too large.  Force to use 16-bit ints for it.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
	set options "-mshort"
}
return 0