OSDN Git Service

PR c/16437
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2004 15:50:55 +0000 (15:50 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2004 15:50:55 +0000 (15:50 +0000)
* gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
* gcc.c-torture/execute/bf64-1.x: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84295 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/991118-1.x [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/execute/bf64-1.x

index 8c6514a..d522c8e 100644 (file)
@@ -1,3 +1,9 @@
+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.
diff --git a/gcc/testsuite/gcc.c-torture/execute/991118-1.x b/gcc/testsuite/gcc.c-torture/execute/991118-1.x
new file mode 100644 (file)
index 0000000..f1067a0
--- /dev/null
@@ -0,0 +1,14 @@
+# 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
index f3069f2..54a8f6a 100644 (file)
@@ -5,4 +5,17 @@ if { [istarget "mcore-*-*"] } {
        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