* testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX.

From-SVN: r243127
This commit is contained in:
David Edelsohn 2016-12-01 19:02:34 +00:00 committed by David Edelsohn
parent d8a2f02ec6
commit 0269650d4a
2 changed files with 5 additions and 0 deletions

View 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,

View 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>