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-Tag: releases/gcc-4.3.0~4920 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8132b797ecceb3c98d558e4e64e446f43abb16dd;p=thirdparty%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 7a33bde99a80..3997e2dd1371 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 99307dd357ce..5db1ccab3f6b 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);