diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2009-07-30 22:34:31 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2009-07-30 22:34:31 +0000 |
commit | 930e51379c14283045d7df3f561ad815f7334c34 (patch) | |
tree | d8e56c85f927f803d6d9643a930750300bd967cc | |
parent | 6efbd53f258e718b12b7a411912b2d639ed7a197 (diff) | |
download | gcc-930e51379c14283045d7df3f561ad815f7334c34.zip gcc-930e51379c14283045d7df3f561ad815f7334c34.tar.gz gcc-930e51379c14283045d7df3f561ad815f7334c34.tar.bz2 |
re PR libstdc++/40919 (FAIL: 26_numerics/headers/cmath/c99_classification_macros_c.cc)
PR libstdc++/40919
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
xfail on darwin[3-9]*.
From-SVN: r150278
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 81226a0..a1e43db 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc index 26c3501..771a555 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc @@ -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> |