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: nob...@puremagic.com ReportedBy: ibuc...@ubuntu.com --- Comment #0 from Iain Buclaw <ibuc...@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: -------