Bug 5285 – bigint won't compile in 64 bit

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
Other
OS
Linux
Creation time
2010-11-28T12:46:00Z
Last change time
2011-04-29T14:48:34Z
Assigned to
nobody
Creator
ellery-newcomer

Comments

Comment #0 by ellery-newcomer — 2010-11-28T12:46:53Z
the code: import std.bigint; void main(){ if(BigInt(1) < BigInt(2)){ } } the fireworks: /usr/local/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.4.5/../../../../include/d2/4.4.5/std/internal/math/biguintcore.d:183: Error: cannot implicitly convert expression (highestDifferentDigit(this.data,y.data)) of type ulong to uint
Comment #1 by clugdbug — 2011-04-29T14:48:34Z