Skip to content

Commit

Permalink
2018-09-20 Christophe Lyon <[email protected]>
Browse files Browse the repository at this point in the history
	* 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
  • Loading branch information
clyon committed Sep 20, 2018
1 parent 0e9064d commit b48873a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions libstdc++-v3/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2018-09-20 Christophe Lyon <[email protected]>

* testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Skip
on arm*.

2018-09-19 Jonathan Wakely <[email protected]>

* include/bits/regex_automaton.tcc (_StateSeq<_TraitsT>::_M_clone()):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b48873a

Please sign in to comment.