[dmd-internals] [D-Programming-Language/dmd] 6ee121: fix Issue 13669 - [CTFE] Destructor call on static...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat Nov 22 19:13:01 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 6ee121df3eec74835b9d6e75b57af6f25bf009a9
https://github.com/D-Programming-Language/dmd/commit/6ee121df3eec74835b9d6e75b57af6f25bf009a9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-11-22 (Sat, 22 Nov 2014)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
fix Issue 13669 - [CTFE] Destructor call on static array variable is not yet supported in CTFE
Commit: 36ef68192330595296e783bc45ca55aabf90c40c
https://github.com/D-Programming-Language/dmd/commit/36ef68192330595296e783bc45ca55aabf90c40c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-11-22 (Sat, 22 Nov 2014)
Changed paths:
M src/backend/rtlsym.h
M src/e2ir.c
M src/interpret.c
M test/runnable/sdtor.d
Log Message:
-----------
fix Issue 13661 - static array init does not call destructors
Commit: 4aeb77189e665374ec79b85429123c63e27199cc
https://github.com/D-Programming-Language/dmd/commit/4aeb77189e665374ec79b85429123c63e27199cc
Author: Walter Bright <walter at walterbright.com>
Date: 2014-11-22 (Sat, 22 Nov 2014)
Changed paths:
M src/backend/rtlsym.h
M src/e2ir.c
M src/interpret.c
M test/compilable/interpret3.d
M test/runnable/sdtor.d
Log Message:
-----------
Merge pull request #4100 from 9rnsr/fix13661
Issue 13661 - static array init does not call destructors
Compare: https://github.com/D-Programming-Language/dmd/compare/81d5a43762b1...4aeb77189e66
More information about the dmd-internals
mailing list