[Issue 9075] New: core.stdc.float_ is broken with -w switch
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 25 08:15:23 PST 2012
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: nobody at puremagic.com
ReportedBy: zan77137 at nifty.com
--- Comment #0 from SHOO <zan77137 at 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: -------
More information about the Digitalmars-d-bugs
mailing list