[Issue 12037] New: Link-failure with std.numeric.CustomFloat

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 29 21:49:53 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12037

           Summary: Link-failure with std.numeric.CustomFloat
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: link-failure
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: k.hara.pg at gmail.com


--- Comment #0 from Kenji Hara <k.hara.pg at gmail.com> 2014-01-29 21:49:51 PST ---
This is a compiler regression in git-head and from 2.065-b3 (not yet released).

Test case:

import std.numeric;
alias CustomFloat!16 Float16;
void main()
{
    Float16 f = 0;
}

Caused by:
https://github.com/D-Programming-Language/dmd/pull/3103

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


More information about the Digitalmars-d-bugs mailing list