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

           Summary: Incorrect BigInt Error Message
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: paul.d.ander...@comcast.net


--- Comment #0 from Paul D. Anderson <paul.d.ander...@comcast.net> 2012-02-11 
12:13:18 PST ---
When I try to compile this code:

public struct Test1 {
    BigInt maxCoefficient = (BigInt(10)^^9 )- 1;
}

The error message is:

src\phobos\std\internal\math\biguintx86.d(306): Error: asm statements cannot be
interpreted at compile time.

I don't know if the code should actually compile, but the error message is not
helpful

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to