OSDN Git Service

2008-12-16 Jack Howarth <howarth@bromo.med.uc.edu>
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Dec 2008 18:54:30 +0000 (18:54 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Dec 2008 18:54:30 +0000 (18:54 +0000)
        * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
Don't xfail excessive errors on darwin8 or later.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142782 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc

index 882fef6..113de16 100644 (file)
@@ -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.
index dca23e7..7b6ee40 100644 (file)
@@ -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>