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: nob...@puremagic.com
        ReportedBy: zan77...@nifty.com


--- Comment #0 from SHOO <zan77...@nifty.com> 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: -------

Reply via email to