From: Jonathan Wakely Date: Mon, 29 Jan 2018 14:07:27 +0000 (+0000) Subject: PR libstdc++/83833 fix failing test on ia32 X-Git-Tag: basepoints/gcc-9~1561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ea03f4038f942c6e9a2e892252eb580e22751e;p=thirdparty%2Fgcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7daf58092b4f..98b4295d87db 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 01667635b412..087c9368ce41 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