+2008-02-24 Uros Bizjak <ubizjak@gmail.com>
+
+ PR target/35349
+ * gcc.c-torture/execute/20050604-1.x: New file.
+
2008-02-24 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr22076.c: Update number of mov insns
--- /dev/null
+# This testcase generates MMX instructions together with x87 instructions.
+# Currently, there is no "emms" generated to switch between register sets,
+# so the testcase fails for targets where MMX insns are enabled.
+
+if { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } {
+ set additional_flags "-mno-mmx"
+}
+
+return 0