aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/920520-1.x
blob: 3687bf6145d7dc81fa74cf113a38e98cae6b1b11 (plain)
1
2
3
4
5
6
7
8
9
set options "-S"

# This does not work on m68hc11 due to the asm which forces a
# float or a double to go in a register.

if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
      return 1
}
return 0