[dmd-internals] [D-Programming-Language/dmd] 5d3aff: Fix issue 7147 typeid() should be supported in CTF...
GitHub
noreply at github.com
Wed Apr 17 14:01:27 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 5d3aff1cc85b89bceaf09c5efa3174f1c823a0e0
https://github.com/D-Programming-Language/dmd/commit/5d3aff1cc85b89bceaf09c5efa3174f1c823a0e0
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M src/ctfe.h
M src/ctfeexpr.c
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Fix issue 7147 typeid() should be supported in CTFE
Recognize the lowering which happens in the front-end, and change
it to a reference to the static 'typeinfo' variable.
Commit: 81f3cf4d9d3a6a3d7a27174c6163cc36123d5071
https://github.com/D-Programming-Language/dmd/commit/81f3cf4d9d3a6a3d7a27174c6163cc36123d5071
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M src/interpret.c
Log Message:
-----------
Fix bad formatting in pull request 1897
It was incorrect in the case where offset is non-zero.
Commit: 0630526408b47596c166ddd79f6a3071ccbd7a60
https://github.com/D-Programming-Language/dmd/commit/0630526408b47596c166ddd79f6a3071ccbd7a60
Author: Walter Bright <walter at walterbright.com>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M src/ctfe.h
M src/ctfeexpr.c
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #1905 from donc/ctfe7417typeid
7147 typeid() should be supported in CTFE
Compare: https://github.com/D-Programming-Language/dmd/compare/f7e81e80d7a9...0630526408b4
More information about the dmd-internals
mailing list