From: Kaveh R. Ghazi Date: Fri, 25 May 2007 03:55:11 +0000 (+0000) Subject: builtin-math-4.c: Fix dg-xfail-if. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8132b797ecceb3c98d558e4e64e446f43abb16dd;p=platform%2Fupstream%2Fgcc.git builtin-math-4.c: Fix dg-xfail-if. * gcc.dg/torture/builtin-math-4.c: Fix dg-xfail-if. From-SVN: r125054 --- 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);