aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20000804-1.x
blob: 458c8e720e393cbc0589c07eff4dc1a3c84038cf (plain)
1
2
3
4
5
6
7
8
# 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.

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

return 0