OSDN Git Service

* gcc.dg/torture/builtin-math-4.c: Fix dg-xfail-if.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 May 2007 03:55:11 +0000 (03:55 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 May 2007 03:55:11 +0000 (03:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125054 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/builtin-math-4.c

index 7a33bde..3997e2d 100644 (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.
index 99307dd..5db1cca 100644 (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);