diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2010-03-29 23:51:05 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2010-03-29 23:51:05 +0000 |
commit | 6d7f49cd78707d7aedbe1e140f0c86834f947fd0 (patch) | |
tree | e3c8cace78718f90d47bf9fef3ec7dd73d7babc3 | |
parent | 43d0678ae3af360c837b9ef6d82694da1e8040a4 (diff) | |
download | gcc-6d7f49cd78707d7aedbe1e140f0c86834f947fd0.zip gcc-6d7f49cd78707d7aedbe1e140f0c86834f947fd0.tar.gz gcc-6d7f49cd78707d7aedbe1e140f0c86834f947fd0.tar.bz2 |
re PR target/43458 (c99_classification_macros_c.cc fails on hppa*-*-hpux*)
PR target/43458
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
Xfail hppa*-*-hpux*.
From-SVN: r157806
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 474a35c..019e2b7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2010-03-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + PR target/43458 + * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: + Xfail hppa*-*-hpux*. + 2010-03-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * doc/xml/manual/profile_mode.xml (Profile Diagnostics): Correct diff --git a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc index 2c00fa1..142e1da 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc @@ -20,8 +20,8 @@ // { dg-do compile } // { dg-add-options no_pch } -// { dg-xfail-if "" { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } { "*" } { "" } } -// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } } } +// { dg-xfail-if "" { { *-*-linux* *-*-darwin* hppa*-*-hpux* } || { uclibc || newlib } } { "*" } { "" } } +// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin* hppa*-*-hpux* } || { uclibc || newlib } } } } #include <math.h> |