[dmd-internals] [D-Programming-Language/dmd] d224d2: fix Issue 9617 - ulong.max is wrongly accepted by ...
GitHub
noreply at github.com
Thu Feb 28 23:01:19 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: d224d2c1103fbe220426a6c97772dc31f5af84ea
https://github.com/D-Programming-Language/dmd/commit/d224d2c1103fbe220426a6c97772dc31f5af84ea
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M src/cast.c
M test/compilable/testVRP.d
Log Message:
-----------
fix Issue 9617 - ulong.max is wrongly accepted by smaller signed parameter
Commit: 4e6a467d59169740695c25a33936d8829f1c1cb0
https://github.com/D-Programming-Language/dmd/commit/4e6a467d59169740695c25a33936d8829f1c1cb0
Author: Walter Bright <walter at walterbright.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M src/cast.c
M test/compilable/testVRP.d
Log Message:
-----------
Merge pull request #1704 from 9rnsr/fix9617
Issue 9617 - ulong.max is wrongly accepted by smaller signed parameter
Compare: https://github.com/D-Programming-Language/dmd/compare/42e7fb144e2e...4e6a467d5916
More information about the dmd-internals
mailing list