Commit 8cd2f58d by David Edelsohn Committed by David Edelsohn

c99_classification_macros_c.cc: Add *-*-aix* to dg-xfail-if, dg-excess-errors.

        * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
        Add *-*-aix* to dg-xfail-if, dg-excess-errors.

From-SVN: r219097
parent 04037457
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> 2014-12-23 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/64389 PR libstdc++/64389
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
// { dg-do compile } // { dg-do compile }
// { dg-add-options no_pch } // { dg-add-options no_pch }
// { dg-xfail-if "" { { *-*-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* } || { uclibc || newlib } } } } // { dg-excess-errors "" { target { { *-*-linux* *-*-gnu* *-*-darwin* *-*-solaris2.1[0-9]* hppa*-*-hpux* *-*-mingw* *-*-aix* } || { uclibc || newlib } } } }
#include <math.h> #include <math.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment