D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3776 - Wrong CHAR_MIN value in module core.stdc.limits
Summary: Wrong CHAR_MIN value in module core.stdc.limits
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: Other All
: P2 normal
Assignee: Sean Kelly
URL:
Keywords: patch, wrong-code
Depends on:
Blocks:
 
Reported: 2010-02-06 08:00 UTC by Gide Nwawudu
Modified: 2015-06-09 01:26 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Gide Nwawudu 2010-02-06 08:00:29 UTC
Follow on from BUG 3644

http://www.dsource.org/projects/druntime/changeset/239

enum CHAR_MIN       = char.max; /* should be char.min */
enum CHAR_MAX       = char.max;
Comment 1 Walter Bright 2010-03-08 22:28:38 UTC
Fixed dmd 2.041