c99_classification_macros_c.cc: Don't xfail test on darwin8 or later.

2008-12-17  Jack Howarth  <howarth@bromo.med.uc.edu>

        * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
	Don't xfail test on darwin8 or later.

From-SVN: r142797
This commit is contained in:
Jack Howarth 2008-12-17 17:51:49 +00:00 committed by Janis Johnson
parent 130423d789
commit d711bdded5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
Don't xfail test on darwin8 or later.
2008-12-16 Jack Howarth <howarth@bromo.med.uc.edu>
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:

View File

@ -28,7 +28,7 @@
// the GNU General Public License.
// { dg-do compile }
// { dg-xfail-if "" { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } { "*" } { "" } }
// { dg-xfail-if "" { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } { "*" } { "" } }
// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } } }
#include <math.h>