OSDN Git Service

* gcc.c-torture/compile/20021120-1.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20001205-1.x
1 # This does not work on m68hc11 due to the asm statement which
2 # forces two 'long' (32-bits) variables to go in registers.
3
4 global target_triplet
5 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
6       set torture_compile_xfail "$target_triplet"
7 }
8 return 0