From 82059fcc795b7476b12c43ce6abba35af9a8fec1 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Sat, 10 Sep 2005 16:12:53 +0000 Subject: [PATCH] * testsuite/26_numerics/cmath/c99_classification_macros_c.cc: XFAIL on *-*-linux*, not *-*-linux-gnu. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104125 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ .../testsuite/26_numerics/cmath/c99_classification_macros_c.cc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e6a51c7..9b3c14e 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 ff97f1f..5af904b 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 -- 2.7.4