http://d.puremagic.com/issues/show_bug.cgi?id=9075
Summary: core.stdc.float_ is broken with -w switch
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: druntime
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from SHOO <[email protected]> 2012-11-25 08:15:22 PST ---
This code doesn't work with -w switch:
--------------------------
import core.stdc.float_;
void main(){}
--------------------------
Result:
core\stdc\float_.d(34): Warning: min property is deprecated, use min_normal
instead
core\stdc\float_.d(35): Warning: min property is deprecated, use min_normal
instead
core\stdc\float_.d(36): Warning: min property is deprecated, use min_normal
instead
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------