re PR target/43458 (c99_classification_macros_c.cc fails on hppa*-*-hpux*)

PR target/43458
	* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
	Xfail hppa*-*-hpux*.

From-SVN: r158144
This commit is contained in:
John David Anglin 2010-04-09 00:26:41 +00:00 committed by John David Anglin
parent af3c20fa1f
commit b8e3f5811e
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2010-04-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/43458
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
Xfail hppa*-*-hpux*.
2010-03-22 Johannes Singler <singler@kit.edu>
* include/parallel/numeric (inner_product, partial_sum):

View File

@ -20,8 +20,8 @@
// { dg-do compile }
// { dg-add-options no_pch }
// { 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-7]* hppa*-*-hpux* } || { uclibc || newlib } } { "*" } { "" } }
// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-7]* hppa*-*-hpux* } || { uclibc || newlib } } } }
#include <math.h>