aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20001205-1.x
blob: bde61fd93da9887dae23eb34b3e756f4f1435411 (plain)
1
2
3
4
5
6
7
8
# This does not work on m68hc11 due to the asm statement which
# forces two 'long' (32-bits) variables to go in registers.

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