[Issue 5689] [64-Bit] uniform() fails with -profile
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Aug 7 17:37:50 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5689
--- Comment #1 from Trass3r <mrmocool at 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.
invalid bounding interval [7.69602e+169, -nan)
btw, if -inline is added, it yields:
invalid bounding interval [7.29112e-304, 1.12477e+218)
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list