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
This commit is contained in:
Jonathan Wakely 2018-01-29 14:07:27 +00:00 committed by Jonathan Wakely
parent 3ab78ac2a0
commit 50ea03f403
2 changed files with 5 additions and 0 deletions

View 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.

View 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>