aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/920520-1.x
blob: f7a13c87abcacf987e4237dcb66407d62c8fd591 (plain)
1
2
3
4
5
6
7
8
9
10
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.

global target_triplet
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
      set torture_compile_xfail "$target_triplet"
}
return 0