re PR libstdc++/83120 (ext/special_functions/hyperg failure on AIX)
PR libstdc++/83120 * testsuite/ext/special_functions/hyperg/check_value.cc: Add -ffp-contract=off. Add -ffloat-store for m68* and ia32. * testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_value.cc: Same. From-SVN: r255483
This commit is contained in:
parent
4b2b493f86
commit
d3861707eb
3 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2017-12-07 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
PR libstdc++/83120
|
||||
* testsuite/ext/special_functions/hyperg/check_value.cc: Add
|
||||
-ffp-contract=off. Add -ffloat-store for m68* and ia32.
|
||||
* testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_value.cc: Same.
|
||||
|
||||
2017-12-07 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR c/81544
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// { dg-do run { target c++11 } }
|
||||
// { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
|
||||
// { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__ -ffp-contract=off" }
|
||||
// { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } }
|
||||
//
|
||||
// Copyright (C) 2016-2017 Free Software Foundation, Inc.
|
||||
//
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// { dg-do run { target c++11 } }
|
||||
// { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
|
||||
// { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__ -ffp-contract=off" }
|
||||
// { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } }
|
||||
//
|
||||
// Copyright (C) 2016-2017 Free Software Foundation, Inc.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue