aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2016-02-12 21:23:11 +0000
committerMike Stump <mikestump@comcast.net>2016-02-12 21:23:11 +0000
commitc4aac01b2c07ca07749d41986240890512a65b10 (patch)
tree1f832e840bc7129eee83511ae2052cccbc41c789 /libstdc++-v3
parentc0a2af5bb0670a9716b0cb3a4aadad044fa7fd01 (diff)
Fix FAIL: special_functions/18_riemann_zeta/check_value.cc (test for excess errors)
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@233391 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc
index d6b3171aa68..f84edd86bb8 100644
--- a/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc
+++ b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc
@@ -20,7 +20,7 @@
// riemann_zeta
// This can take long on simulators, timing out the test.
-// { dg-options "-DMAX_ITERATIONS=5" { target simulator } }
+// { dg-additional-options "-DMAX_ITERATIONS=5" { target simulator } }
#ifndef MAX_ITERATIONS
#define MAX_ITERATIONS (sizeof(data001) / sizeof(testcase_riemann_zeta<double>))
@@ -109,9 +109,6 @@ data001[55] =
const double toler001 = 2.5000000000000020e-13;
// riemann_zeta
-// This can take long on simulators, timing out the test.
-// { dg-options "-DMAX_ITERATIONS=5" { target simulator } }
-
#ifndef MAX_ITERATIONS
#define MAX_ITERATIONS (sizeof(data001) / sizeof(testcase_riemann_zeta<double>))
#endif