diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index abb466fe981..8c7497460e8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2005-08-09 Andrew Pinski + + * testsuite/26_numerics/cmath/c99_classification_macros_c.cc: + xfail on *-*-darwin*. + 2005-08-03 Geoffrey Keating * configure.ac: Don't use GCC_NO_EXECUTABLES or clear diff --git a/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc b/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc index 93440275af2..bf33e8a6997 100644 --- a/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc +++ b/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc @@ -27,8 +27,8 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -// { dg-do compile { xfail *-*-linux-gnu } } -// { dg-excess-errors "" { target *-*-linux-gnu } } +// { dg-do compile { xfail *-*-linux-gnu *-*-darwin* } } +// { dg-excess-errors "" { target *-*-linux-gnu *-*-darwin* } } #include