]> gcc.gnu.org Git - gcc.git/commitdiff
c99_classification_macros_c.cc: Don't xfail excessive errors on darwin8 or later.
authorJack Howarth <howarth@bromo.med.uc.edu>
Tue, 16 Dec 2008 18:54:30 +0000 (18:54 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 16 Dec 2008 18:54:30 +0000 (18:54 +0000)
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

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

index 882fef670fa580217567aadfeafe6899e7169090..113de165dc6d3fb66c5f02e82f6df6f0f8f80497 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 dca23e73f6a92f8e989a5824dc819a3910005a65..7b6ee40a6fc3e0c9aee6e5f56808f63aec347ea0 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>
 
This page took 0.071903 seconds and 5 git commands to generate.