[dmd-internals] [D-Programming-Language/dmd] f152b0: Fix issue 6438 - [CTFE] wrong error "value used be...
GitHub
noreply at github.com
Mon Mar 19 11:26:24 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f152b09d8f59a4981bff924802bebaccb926f948
https://github.com/D-Programming-Language/dmd/commit/f152b09d8f59a4981bff924802bebaccb926f948
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-03-19 (Mon, 19 Mar 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Fix issue 6438 - [CTFE] wrong error "value used before set" when slicing =void array
Take advantage of the new VoidExp.
Commit: b71836bbc5e83af949484401e6f97346e7d66a2d
https://github.com/D-Programming-Language/dmd/commit/b71836bbc5e83af949484401e6f97346e7d66a2d
Author: Walter Bright <walter at walterbright.com>
Date: 2012-03-19 (Mon, 19 Mar 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #816 from donc/voidctfe6438
Fix issue 6438 - [CTFE] wrong error "value used before set" with = void
Compare: https://github.com/D-Programming-Language/dmd/compare/b2b0585...b71836b
More information about the dmd-internals
mailing list