July 21, 2013 [Issue 10691] New: real type on Win 64 broken (?) | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10691 Summary: real type on Win 64 broken (?) Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: pr@m1xa.com --- Comment #0 from Michael <pr@m1xa.com> 2013-07-21 10:27:45 PDT --- import std.stdio; void main() { writeln(real.min_normal, " ", real.max); } Produces every time different output: 1 run - 8.9527e-313 8.9527e-313 2 run - 1.21008e-312 1.21008e-312 3 run - 3.56e-312 3.56e-312 ... Or not recognized by ms linker? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation