[Issue 7485] New: Incorrect BigInt Error Message
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 11 12:13:20 PST 2012
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: nobody at puremagic.com
ReportedBy: paul.d.anderson at comcast.net
--- Comment #0 from Paul D. Anderson <paul.d.anderson at 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: -------
More information about the Digitalmars-d-bugs
mailing list