c99_classification_macros_c.cc: Add *-*-aix* to dg-xfail-if, dg-excess-errors.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 29 Dec 2014 02:09:31 +0000 (02:09 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 29 Dec 2014 02:09:31 +0000 (21:09 -0500)
        * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
        Add *-*-aix* to dg-xfail-if, dg-excess-errors.

From-SVN: r219097

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

index 883ee43..5974731 100644 (file)
@@ -1,3 +1,8 @@
+2014-12-28  David Edelsohn  <dje.gcc@gmail.com>
+
+       * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
+       Add *-*-aix* to dg-xfail-if, dg-excess-errors.
+
 2014-12-23  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/64389
index 5799344..828cb07 100644 (file)
@@ -20,8 +20,8 @@
 // { dg-do compile }
 // { dg-add-options no_pch }
 
-// { dg-xfail-if "" { { *-*-linux* *-*-gnu* *-*-darwin* *-*-solaris2.1[0-9]* hppa*-*-hpux* *-*-mingw* } || { uclibc || newlib } } { "*" } { "" } }
-// { dg-excess-errors "" { target { { *-*-linux* *-*-gnu* *-*-darwin* *-*-solaris2.1[0-9]* hppa*-*-hpux* *-*-mingw* } || { uclibc || newlib } } } }
+// { dg-xfail-if "" { { *-*-linux* *-*-gnu* *-*-darwin* *-*-solaris2.1[0-9]* hppa*-*-hpux* *-*-mingw* *-*-aix* } || { uclibc || newlib } } { "*" } { "" } }
+// { dg-excess-errors "" { target { { *-*-linux* *-*-gnu* *-*-darwin* *-*-solaris2.1[0-9]* hppa*-*-hpux* *-*-mingw* *-*-aix* } || { uclibc || newlib } } } }
 
 #include <math.h>