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