re PR libstdc++/40919 (FAIL: 26_numerics/headers/cmath/c99_classification_macros_c.cc)

PR libstdc++/40919
	* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
	xfail on darwin[3-9]*.

From-SVN: r150278
This commit is contained in:
John David Anglin 2009-07-30 22:34:31 +00:00 committed by John David Anglin
parent 6efbd53f25
commit 930e51379c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2009-07-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR libstdc++/40919
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
xfail on darwin[3-9]*.
2009-07-30 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/40917

View File

@ -19,8 +19,8 @@
// { dg-do compile }
// { dg-xfail-if "" { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } { "*" } { "" } }
// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } } }
// { dg-xfail-if "" { { *-*-linux* *-*-darwin[3-9]* } || { uclibc || newlib } } { "*" } { "" } }
// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-9]* } || { uclibc || newlib } } } }
#include <math.h>