PR c/16437
* gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
* gcc.c-torture/execute/bf64-1.x: Likewise.
From-SVN: r84295
+2004-07-08 Diego Novillo <dnovillo@redhat.com>
+
+ PR c/16437
+ * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
+ * gcc.c-torture/execute/bf64-1.x: Likewise.
+
2004-07-08 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20040708-1.c: New test.
--- /dev/null
+# PR 16437. This fails on x86_64 now.
+if { [istarget "x86_64-*-*"] } {
+ set torture_eval_before_execute {
+ global compiler_conditional_xfail_data
+ set compiler_conditional_xfail_data {
+ { "PR 16437" } \
+ { "x86_64-*-*" } \
+ { "*-O[123s]*" } \
+ { "-O0" }
+ }
+ }
+}
+
+return 0
set torture_execute_xfail "mcore-*-*"
}
+# PR 16437. This fails on x86_64 now.
+if { [istarget "x86_64-*-*"] } {
+ set torture_eval_before_execute {
+ global compiler_conditional_xfail_data
+ set compiler_conditional_xfail_data {
+ { "PR 16437" } \
+ { "x86_64-*-*" } \
+ { "*-O[123s]*" } \
+ { "-O0" }
+ }
+ }
+}
+
return 0