OSDN Git Service

* gcc.c-torture/execute/20030222-1.x: New file.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 20050604-1.x
1 # This testcase generates MMX instructions together with x87 instructions.
2 # Currently, there is no "emms" generated to switch between register sets,
3 # so the testcase fails for targets where MMX insns are enabled.
4
5 if { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } {
6         set additional_flags "-mno-mmx"
7 }
8
9 return 0