[dmd-internals] [D-Programming-Language/dmd] d9532e: CTFE: Pointer cast wrong-code bug
GitHub
noreply at github.com
Tue Jun 25 14:32:40 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: d9532e7d5b79f35f0245f5c163702ba60c8075ae
https://github.com/D-Programming-Language/dmd/commit/d9532e7d5b79f35f0245f5c163702ba60c8075ae
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-06-25 (Tue, 25 Jun 2013)
Changed paths:
M src/interpret.c
Log Message:
-----------
CTFE: Pointer cast wrong-code bug
This was causing the test suite to fail on Win32 when using
CTFE to do const folding.
Commit: f9cf1e683add309a00db9d0e18de56da319764b4
https://github.com/D-Programming-Language/dmd/commit/f9cf1e683add309a00db9d0e18de56da319764b4
Author: Walter Bright <walter at walterbright.com>
Date: 2013-06-25 (Tue, 25 Jun 2013)
Changed paths:
M src/interpret.c
Log Message:
-----------
Merge pull request #2257 from donc/ctfePointerPaint
CTFE: Pointer cast wrong-code bug
Compare: https://github.com/D-Programming-Language/dmd/compare/771c99c6ccf3...f9cf1e683add
More information about the dmd-internals
mailing list