* gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 15 Jan 2003 22:42:26 +0000 (22:42 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 15 Jan 2003 22:42:26 +0000 (22:42 +0000)
From-SVN: r61354

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/builtin-constant.x [new file with mode: 0644]

index 4b38fb0f5573c191d9ec880ad9fe1b0d3308d8ca..614047a0a715c2402372af431450233e243fd140 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
+
 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
 
        * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
diff --git a/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x b/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x
new file mode 100644 (file)
index 0000000..f1a6be7
--- /dev/null
@@ -0,0 +1,11 @@
+set torture_eval_before_execute {
+    global compiler_conditional_xfail_data
+    set compiler_conditional_xfail_data {
+        "This test fails on all targets when optimizing." \
+        { "*-*-*" } \
+        { "*" } \
+        { "-O0" }
+    }
+}
+
+return 0