[Issue 3040] New: /usr/include/d/std/math.d(1174): number is not representable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 31 03:57:50 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3040

           Summary: /usr/include/d/std/math.d(1174): number is not
                    representable
           Product: D
           Version: 1.045
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: belitsky.a at gmail.com


Can't compile any program that imports std.math from phobos. For example:

/*main.d*/
import std.math;

int main(char[][] args) {
        return 0;
}

$ dmd -I/usr/include/d main.d
/usr/include/d/std/math.d(1174): number is not representable

I'm not sure but probably this caused by glibc 2.10.1.

-- 
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