This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/28457] ext/pb_ds/regression/tree_data_map_rand.cc fails with a particular random seed.
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jul 2006 14:55:47 -0000
- Subject: [Bug libstdc++/28457] ext/pb_ds/regression/tree_data_map_rand.cc fails with a particular random seed.
- References: <bug-28457-3264@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pcarlini at suse dot de 2006-07-26 14:55 -------
Confirmed on x86-linux. I did:
Index: rand_regression_test.hpp
===================================================================
--- rand_regression_test.hpp (revision 115714)
+++ rand_regression_test.hpp (working copy)
@@ -111,7 +111,7 @@
// Sane defaults.
size_t n = iter;
size_t m = keys;
- size_t sd = 0; // 0 = time-determined arbitrary
+ size_t sd = 1153519516; // 0 = time-determined arbitrary
double tp = 0.2;
double ip = 0.6;
double ep = 0.2;
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-07-26 14:55:47
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28457