builtin-math-4.c: Fix dg-xfail-if.

* gcc.dg/torture/builtin-math-4.c: Fix dg-xfail-if.

From-SVN: r125054
This commit is contained in:
Kaveh R. Ghazi 2007-05-25 03:55:11 +00:00 committed by Kaveh Ghazi
parent 9412013ba9
commit 8132b797ec
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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);