diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7a33bde99a8..3997e2dd137 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 99307dd357c..5db1ccab3f6 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);