OSDN Git Service

PR middle-end/35456
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 960312-1.x
1 # This test fails on HC11/HC12 when it is compiled without -mshort because 
2 # is uses an asm that requires two 32-bit registers (int).  It passes
3 # when using -mshort because there are enough registers;  force -mshort.
4 if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
5         set options "-mshort"
6 }
7 return 0