diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2008-12-16 18:54:30 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2008-12-16 18:54:30 +0000 |
commit | 91102877a1d93719a3ead475b4b9e9f0ab04cfc0 (patch) | |
tree | aac5d4eed35ce4114f1597ebc63398b8bd68323d /libstdc++-v3 | |
parent | 95ffe01c059adb244c98e615915013d038e3075a (diff) | |
download | gcc-91102877a1d93719a3ead475b4b9e9f0ab04cfc0.zip gcc-91102877a1d93719a3ead475b4b9e9f0ab04cfc0.tar.gz gcc-91102877a1d93719a3ead475b4b9e9f0ab04cfc0.tar.bz2 |
c99_classification_macros_c.cc: Don't xfail excessive errors on darwin8 or later.
2008-12-16 Jack Howarth <howarth@bromo.med.uc.edu>
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
Don't xfail excessive errors on darwin8 or later.
From-SVN: r142782
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 882fef6..113de16 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2008-12-16 Jack Howarth <howarth@bromo.med.uc.edu> + + * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: + Don't xfail excessive errors on darwin8 or later. + 2008-12-15 Benjamin Kosnik <bkoz@redhat.com> * include/c_global/cstdatomic: Remove assert include. 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 dca23e7..7b6ee40 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 @@ -29,7 +29,7 @@ // { dg-do compile } // { dg-xfail-if "" { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } { "*" } { "" } } -// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } } } +// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } } } #include <math.h> |