[Issue 5689] [64-Bit] uniform() fails with -profile

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 --- Comment #8 from github-bugzi...@puremagic.com 2012-04-20 20:40:17 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 5689] [64-Bit] uniform() fails with -profile

2012-03-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 d...@dawgfoto.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5689] [64-Bit] uniform() fails with -profile

2012-03-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 --- Comment #7 from github-bugzi...@puremagic.com 2012-03-21 00:04:58 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 5689] [64-Bit] uniform() fails with -profile

2012-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 d...@dawgfoto.de changed: What|Removed |Added Keywords||pull --- Comment #6 from

[Issue 5689] [64-Bit] uniform() fails with -profile

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #2

[Issue 5689] [64-Bit] uniform() fails with -profile

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 --- Comment #3 from Trass3r mrmoc...@gmx.de 2012-03-15 22:03:28 CET --- With git dmd on Ubuntu 11.04 it's now: $ dmd -m64 -profile test.d $ ./test object.Exception@std/random.d(940): std.random.uniform(): invalid bounding interval

[Issue 5689] [64-Bit] uniform() fails with -profile

2011-08-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 --- Comment #1 from Trass3r mrmoc...@gmx.de 2011-08-07 17:37:49 PDT --- Another case: import std.random; void main() { double r1=2*uniform(0.0, 1.0); double r2=2*uniform(0.0, 1.0); } It only fails if both declarations are present.