From: clyon Date: Thu, 20 Sep 2018 17:09:31 +0000 (+0000) Subject: 2018-09-20 Christophe Lyon X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48873a0d3a2aa6acf77b9871c51637b1e4870d9;p=thirdparty%2Fgcc.git 2018-09-20 Christophe Lyon * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Skip on arm*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264443 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5911a297e96d..eb6710f567e7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2018-09-20 Christophe Lyon + + * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Skip + on arm*. + 2018-09-19 Jonathan Wakely * include/bits/regex_automaton.tcc (_StateSeq<_TraitsT>::_M_clone()): diff --git a/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc index 8a054735ce9c..bcc1fec635b9 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc @@ -17,7 +17,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run { target c++17 } } -// { dg-xfail-run-if "PR 78179" { powerpc-ibm-aix* hppa-*-linux* nios2-*-* } } +// { dg-xfail-run-if "PR 78179" { arm*-*-* hppa-*-linux* nios2-*-* powerpc-ibm-aix* } } // Run the long double tests from hypot.cc separately, because they fail on a // number of targets. See PR libstdc++/78179 for details.