[dmd-internals] [D-Programming-Language/dmd] a35514: fix Issue 12296 - const compatible AA pointer conv...
GitHub
noreply at github.com
Mon Mar 3 19:53:26 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a3551467707c506979aad27f34e1e04fa45f9a13
https://github.com/D-Programming-Language/dmd/commit/a3551467707c506979aad27f34e1e04fa45f9a13
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
Changed paths:
M src/ctfeexpr.c
M test/compilable/interpret3.d
Log Message:
-----------
fix Issue 12296 - const compatible AA pointer conversion is wrongly rejected in CTFE
Commit: d4b5e33c7f2b1020ac21b0f4809eacc6d8b19a76
https://github.com/D-Programming-Language/dmd/commit/d4b5e33c7f2b1020ac21b0f4809eacc6d8b19a76
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
Changed paths:
M src/ctfeexpr.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #3355 from 9rnsr/fix12296
[REG2.066a] Issue 12296 - const compatible AA pointer conversion is wrongly rejected in CTFE
Compare: https://github.com/D-Programming-Language/dmd/compare/826b764fd4a1...d4b5e33c7f2b
More information about the dmd-internals
mailing list