aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20000804-1.x
blob: 7538c513f70e484f718b73f480933689e1107b21 (plain)
1
2
3
4
5
6
7
8
9
10
# This does not work on m68hc11 due to the use of an asm statement
# to force a 'long long' (64-bits) to go in a register.

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

return 0