]> gcc.gnu.org Git - gcc.git/commitdiff
re PR libstdc++/40919 (FAIL: 26_numerics/headers/cmath/c99_classification_macros_c.cc)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 30 Jul 2009 22:34:31 +0000 (22:34 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 30 Jul 2009 22:34:31 +0000 (22:34 +0000)
PR libstdc++/40919
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
xfail on darwin[3-9]*.

From-SVN: r150278

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc

index 81226a044f75ce1bf007e67876ff57719bc9dd52..a1e43db356c13b4bb91b8815c027e772c0daf2cd 100644 (file)
@@ -1,3 +1,9 @@
+2009-07-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR libstdc++/40919
+       * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
+       xfail on darwin[3-9]*.
+
 2009-07-30  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR libstdc++/40917
index 26c3501f04d7089e53f48a0c54657f35d7476a87..771a5550d43b81833a338de03f67aadcdc1dc8d4 100644 (file)
@@ -19,8 +19,8 @@
 
 
 // { dg-do compile }
-// { dg-xfail-if "" { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } { "*" } { "" } }
-// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } } }
+// { dg-xfail-if "" { { *-*-linux* *-*-darwin[3-9]* } || { uclibc || newlib } } { "*" } { "" } }
+// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-9]* } || { uclibc || newlib } } } }
 
 #include <math.h>
 
This page took 0.080157 seconds and 5 git commands to generate.