]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/43458 (c99_classification_macros_c.cc fails on hppa*-*-hpux*)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 10 Apr 2010 00:37:02 +0000 (00:37 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 10 Apr 2010 00:37:02 +0000 (00:37 +0000)
PR target/43458
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
Xfail hppa*-*-hpux*.

From-SVN: r158184

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

index 2e657c83a4b0898ffb636868d01fca217d8946d9..534a7402aa75f36aaeafd8148d007bff9190bee2 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-09  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-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        Backport:
index f1d0965e4ad4f3604492bd5a40ac0038c4b8e9cb..a554598c3c04cccf63ec75f9f10dfa527e1cd662 100644 (file)
@@ -30,8 +30,8 @@
 // { dg-do compile }
 // { dg-add-options no_pch }
 
-// { dg-xfail-if "" { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } { "*" } { "" } }
-// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } } }
+// { dg-xfail-if "" { { *-*-linux* *-*-darwin* hppa*-*-hpux* } || { uclibc || newlib } } { "*" } { "" } }
+// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin* hppa*-*-hpux* } || { uclibc || newlib } } } }
 
 #include <math.h>