From 50ea03f4038f942c6e9a2e892252eb580e22751e Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 29 Jan 2018 14:07:27 +0000 Subject: [PATCH] PR libstdc++/83833 fix failing test on ia32 PR libstdc++/83833 * testsuite/26_numerics/random/chi_squared_distribution/83833.cc: Add -ffloat-store to options for m68k and ia32. From-SVN: r257146 --- libstdc++-v3/ChangeLog | 4 ++++ .../26_numerics/random/chi_squared_distribution/83833.cc | 1 + 2 files changed, 5 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7daf58092b4..98b4295d87d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2018-01-29 Jonathan Wakely + PR libstdc++/83833 + * testsuite/26_numerics/random/chi_squared_distribution/83833.cc: + Add -ffloat-store to options for m68k and ia32. + * doc/xml/faq.xml: Update copyright years. * doc/html/*: Regenerate. diff --git a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc index 01667635b41..087c9368ce4 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc @@ -16,6 +16,7 @@ // . // { dg-do run { target c++11 } } +// // { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } } #include #include -- 2.30.2