From d3b13dd53e4d864ba2e1451708cc190062eb6e0e Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 10 Sep 2005 17:47:56 +0100 Subject: [PATCH] c99_classification_macros_c.cc: XFAIL on *-*-linux*, not *-*-linux-gnu. * testsuite/26_numerics/c99_classification_macros_c.cc: XFAIL on *-*-linux*, not *-*-linux-gnu. From-SVN: r104128 --- libstdc++-v3/ChangeLog | 5 +++++ .../testsuite/26_numerics/c99_classification_macros_c.cc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4de21ec5cbbb..59f0e4c67216 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2005-09-10 Joseph S. Myers + + * testsuite/26_numerics/c99_classification_macros_c.cc: + XFAIL on *-*-linux*, not *-*-linux-gnu. + 2005-09-01 Benjamin Kosnik * include/c_std/std_cmath.h: Declare C99 functions and helper diff --git a/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc b/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc index 15508a303fd5..99298af83e59 100644 --- a/libstdc++-v3/testsuite/26_numerics/c99_classification_macros_c.cc +++ b/libstdc++-v3/testsuite/26_numerics/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 *-*-freebsd5* } } -// { dg-excess-errors "" { target *-*-linux-gnu *-*-freebsd5* } } +// { dg-do compile { xfail *-*-linux* *-*-freebsd5* } } +// { dg-excess-errors "" { target *-*-linux* *-*-freebsd5* } } #include -- 2.47.2