http://d.puremagic.com/issues/show_bug.cgi?id=5689
--- Comment #1 from Trass3r <[email protected]> 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: -------
