Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / execute / 960312-1.x
blobed4bac4106621c177e35004c41f5dfe7e6de99c0
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"
7 return 0