Commit 50ea03f4 by Jonathan Wakely Committed by Jonathan Wakely

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
parent 3ab78ac2
2018-01-29 Jonathan Wakely <jwakely@redhat.com> 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/xml/faq.xml: Update copyright years.
* doc/html/*: Regenerate. * doc/html/*: Regenerate.
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
// { dg-do run { target c++11 } } // { dg-do run { target c++11 } }
// // { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } }
#include <random> #include <random>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment