PR libstdc++/83833 fix failing test on ia32
authorJonathan Wakely <jwakely@redhat.com>
Mon, 29 Jan 2018 14:07:27 +0000 (14:07 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 29 Jan 2018 14:07:27 +0000 (14:07 +0000)
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
libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc

index 7daf58092b4f56233d6cf2f4e9b211b98e4680c8..98b4295d87dba616657ef2b34872d477364d708d 100644 (file)
@@ -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.
 
index 01667635b412980067fcf620d2aab787838f45b5..087c9368ce41d96f9db256dd8e514fc1f125cbcf 100644 (file)
@@ -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>