Bug 12037 – Link-failure with std.numeric.CustomFloat
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-01-29T21:49:00Z
Last change time
2014-02-01T04:50:51Z
Keywords
link-failure, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0 by k.hara.pg — 2014-01-29T21:49:51Z
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