]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 1 Dec 2016 19:02:34 +0000 (19:02 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 1 Dec 2016 19:02:34 +0000 (14:02 -0500)
From-SVN: r243127

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

index 21404f16bfaac325bab4ef3058c895056d8ed56e..08d92292969747fcfbb06a1669e3308a7a5fa2dd 100644 (file)
@@ -1,3 +1,7 @@
+2016-12-01  David Edelsohn  <dje.gcc@gmail.com>
+
+       * testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX.
+
 2016-12-01  Ville Voutilainen  <ville.voutilainen@gmail.com>
 
        Implement LWG 2766,
index ad9e77ef4e0810f0a58794c8fbca1a89127bb168..b4df3bae1b7f4bcdd8bb951e1dd81c874a8488c5 100644 (file)
@@ -17,6 +17,7 @@
 
 // { dg-options "-std=gnu++17" }
 // { dg-do run { target c++1z } }
+// { dg-xfail-run-if "AIX long double" { powerpc-ibm-aix* } }
 
 #include <cmath>
 #include <type_traits>