diff options
author | Joseph Myers <joseph@codesourcery.com> | 2005-09-10 17:12:53 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2005-09-10 17:12:53 +0100 |
commit | 225d3396bf31d99723e14e4e767ce0d6cb22ae1d (patch) | |
tree | e493a3f4589ba7594b8f0b45d66950cbebad23fd | |
parent | 31fa16b6899093fe738bbe8de96cf72a6ec28028 (diff) | |
download | gcc-225d3396bf31d99723e14e4e767ce0d6cb22ae1d.zip gcc-225d3396bf31d99723e14e4e767ce0d6cb22ae1d.tar.gz gcc-225d3396bf31d99723e14e4e767ce0d6cb22ae1d.tar.bz2 |
c99_classification_macros_c.cc: XFAIL on *-*-linux*, not *-*-linux-gnu.
* testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
XFAIL on *-*-linux*, not *-*-linux-gnu.
From-SVN: r104125
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/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 <joseph@codesourcery.com> + + * testsuite/26_numerics/cmath/c99_classification_macros_c.cc: + XFAIL on *-*-linux*, not *-*-linux-gnu. + 2005-09-09 Benjamin Kosnik <bkoz@redhat.com> Jakub Jelinek <jakub@redhat.com> 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 <math.h> |