www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [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



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: -------
Jul 21 2013