[dmd-internals] [D-Programming-Language/dmd] b92a1f: Fix bug 10275 CTFE: allow const casts of struct li...
GitHub
noreply at github.com
Mon Jun 24 23:32:30 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: b92a1ff925c5194d714296dec177b92c70011c2c
https://github.com/D-Programming-Language/dmd/commit/b92a1ff925c5194d714296dec177b92c70011c2c
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M src/ctfeexpr.c
M test/compilable/interpret3.d
Log Message:
-----------
Fix bug 10275 CTFE: allow const casts of struct literals
This was permitted in const-folding, but not in CTFE until now.
Commit: 78c04979da34fc779f77b91bdd4421953a3e256b
https://github.com/D-Programming-Language/dmd/commit/78c04979da34fc779f77b91bdd4421953a3e256b
Author: Walter Bright <walter at walterbright.com>
Date: 2013-06-24 (Mon, 24 Jun 2013)
Changed paths:
M src/ctfeexpr.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #2137 from donc/ctfe10275caststructlit
10275 CTFE: allow const casts of struct literals
Compare: https://github.com/D-Programming-Language/dmd/compare/9d298c0d5ede...78c04979da34
More information about the dmd-internals
mailing list