[Issue 23102] pinholeopt, "Conditional jump or move depends on uninitialised value(s)"

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 11 08:29:26 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23102

--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
I can find plenty of other repro, e.g

```
module runnable;

import std.random : uniform;

void main(string[] args)
{
    uniform(2000, 5000);
}  
```

exposes the same memory error.

--


More information about the Digitalmars-d-bugs mailing list