[dmd-internals] [D-Programming-Language/dmd] ca6e0d: Fix issue 7880 [CTFE] cast from void array allowed...
GitHub
noreply at github.com
Sat Apr 14 12:04:06 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ca6e0d36c41ed4b725e76a0b4fc6fdb28f08cf56
https://github.com/D-Programming-Language/dmd/commit/ca6e0d36c41ed4b725e76a0b4fc6fdb28f08cf56
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-04-11 (Wed, 11 Apr 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Fix issue 7880 [CTFE] cast from void array allowed with different results than at runtime
Actually applies to casts of any kind of slice, not just void[].
Commit: e919e37f26f9b9ea042a1d317cd1e392c4e432f3
https://github.com/D-Programming-Language/dmd/commit/e919e37f26f9b9ea042a1d317cd1e392c4e432f3
Author: Walter Bright <walter at walterbright.com>
Date: 2012-04-14 (Sat, 14 Apr 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #873 from donc/ctfe7880arraycast
Fix issue 7880 [CTFE] cast from void array allowed with different result...
Compare: https://github.com/D-Programming-Language/dmd/compare/08f18db...e919e37
More information about the dmd-internals
mailing list