aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2007-05-25 03:55:11 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2007-05-25 03:55:11 +0000
commit8132b797ecceb3c98d558e4e64e446f43abb16dd (patch)
tree1491f5846b1da1e370d9e2a3bbb4b60143679bf2
parent9412013ba9b217723c767026c4f90a1257948104 (diff)
downloadgcc-8132b797ecceb3c98d558e4e64e446f43abb16dd.zip
gcc-8132b797ecceb3c98d558e4e64e446f43abb16dd.tar.gz
gcc-8132b797ecceb3c98d558e4e64e446f43abb16dd.tar.bz2
builtin-math-4.c: Fix dg-xfail-if.
* gcc.dg/torture/builtin-math-4.c: Fix dg-xfail-if. From-SVN: r125054
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/torture/builtin-math-4.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 7a33bde..3997e2d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/torture/builtin-math-4.c: Fix dg-xfail-if.
+
2007-05-24 Ollie Wild <aaw@google.com>
* gcc.dg/cpp/counter-1.c: New test.
diff --git a/gcc/testsuite/gcc.dg/torture/builtin-math-4.c b/gcc/testsuite/gcc.dg/torture/builtin-math-4.c
index 99307dd..5db1cca 100644
--- a/gcc/testsuite/gcc.dg/torture/builtin-math-4.c
+++ b/gcc/testsuite/gcc.dg/torture/builtin-math-4.c
@@ -8,7 +8,7 @@
/* { dg-do link } */
/* Expect failures at least until mpfr-2.3.0 is released. */
-/* { dg-xfail-if "mpfr-2.3.0" { *-*-* } } */
+/* { dg-xfail-if "This test requires mpfr-2.3.0" { *-*-* } { "*" } { "" } } */
/* All references to link_error should go away at compile-time. */
extern void link_error(int);