From 8132b797ecceb3c98d558e4e64e446f43abb16dd Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 25 May 2007 03:55:11 +0000 Subject: [PATCH] builtin-math-4.c: Fix dg-xfail-if. * gcc.dg/torture/builtin-math-4.c: Fix dg-xfail-if. From-SVN: r125054 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/torture/builtin-math-4.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * gcc.dg/torture/builtin-math-4.c: Fix dg-xfail-if. + 2007-05-24 Ollie Wild * 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); -- 2.7.4