[Bug libstdc++/68925] uniform_int_distribution needs not to be thread_local in std::experimental::randint

2017-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68925 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/68925] uniform_int_distribution needs not to be thread_local in std::experimental::randint

2017-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68925 --- Comment #1 from Jonathan Wakely --- Author: redi Date: Wed Jan 18 17:18:47 2017 New Revision: 244584 URL: https://gcc.gnu.org/viewcvs?rev=244584=gcc=rev Log: PR68925 don't use thread_local static for stateless object PR