aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20020312-1.x
blob: 105f2516474d61d1fdceee4ca2013c1cb0ac3972 (plain)
1
2
3
4
5
6
# This does not compile on HC11/HC12 due to the asm which requires
# two 32-bit registers.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
	return 1
}
return 0