[Issue 10691] New: real type on Win 64 broken (?)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 21 10:27:46 PDT 2013


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 at puremagic.com
        ReportedBy: pr at m1xa.com


--- Comment #0 from Michael <pr at 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: -------


More information about the Digitalmars-d-bugs mailing list