[dmd-internals] [D-Programming-Language/dmd] a65d32: Fix bug 10995 CTFE failure for void initialized me...
GitHub
noreply at github.com
Fri Sep 13 10:53:22 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a65d3247bf1e2443f2ed4c1632cf5b032edf78d3
https://github.com/D-Programming-Language/dmd/commit/a65d3247bf1e2443f2ed4c1632cf5b032edf78d3
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-09-11 (Wed, 11 Sep 2013)
Changed paths:
M src/interpret.c
A test/fail_compilation/ctfe10995.d
Log Message:
-----------
Fix bug 10995 CTFE failure for void initialized members
Fix the duplicate error message, and don't scrub twice -- only scrub
when CTFE is actually finished.
Commit: 8ccba97ea36af11eb19878adec2f6a9c42368628
https://github.com/D-Programming-Language/dmd/commit/8ccba97ea36af11eb19878adec2f6a9c42368628
Author: Walter Bright <walter at walterbright.com>
Date: 2013-09-13 (Fri, 13 Sep 2013)
Changed paths:
M src/interpret.c
A test/fail_compilation/ctfe10995.d
Log Message:
-----------
Merge pull request #2551 from donc/void10995ctfe
10995 CTFE failure for void initialized members
Compare: https://github.com/D-Programming-Language/dmd/compare/565caec167fa...8ccba97ea36a
More information about the dmd-internals
mailing list