diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e6a51c72768..9b3c14e880d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2005-09-10 Joseph S. Myers + + * testsuite/26_numerics/cmath/c99_classification_macros_c.cc: + XFAIL on *-*-linux*, not *-*-linux-gnu. + 2005-09-09 Benjamin Kosnik Jakub Jelinek 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 ff97f1f0f00..5af904b1190 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 *-*-darwin* } } -// { dg-excess-errors "" { target *-*-linux-gnu *-*-darwin* } } +// { dg-do compile { xfail *-*-linux* *-*-darwin* } } +// { dg-excess-errors "" { target *-*-linux* *-*-darwin* } } #include