This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/28457] ext/pb_ds/regression/tree_data_map_rand.cc fails with a particular random seed.



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]