aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2018-01-29 14:07:27 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2018-01-29 14:07:27 +0000
commit50ea03f4038f942c6e9a2e892252eb580e22751e (patch)
treebbdc4806effe3880ba24aa8639f4677ca5b7ba0f
parent3ab78ac2a04087c32d12268718c48514f96f1345 (diff)
downloadgcc-50ea03f4038f942c6e9a2e892252eb580e22751e.zip
gcc-50ea03f4038f942c6e9a2e892252eb580e22751e.tar.gz
gcc-50ea03f4038f942c6e9a2e892252eb580e22751e.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc1
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7daf580..98b4295 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
2018-01-29 Jonathan Wakely <jwakely@redhat.com>
+ 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 0166763..087c936 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 @@
// <http://www.gnu.org/licenses/>.
// { dg-do run { target c++11 } }
+// // { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } }
#include <random>
#include <testsuite_hooks.h>