[Issue 5293] New: std.math: Error: shift by -48 is outside the range 0..32
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 30 22:02:29 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5293
Summary: std.math: Error: shift by -48 is outside the range
0..32
Product: D
Version: D2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: ibuclaw at ubuntu.com
--- Comment #0 from Iain Buclaw <ibuclaw at ubuntu.com> 2010-11-30 22:00:59 PST ---
On about line 1328 inside frexp is this line:
exp = (ex - F.EXPBIAS)>>> 4 - real.mant_dig + 1;
Which produces an error when compiled. Is a blocker for building an ARM
cross-compiler.
Regards
--
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