April 24, 2014 [dmd-internals] [D-Programming-Language/dmd] 3910d5: fix Issue 9245 - [CTFE] postblit not called on sta... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 3910d5cf1b0bed9c9ebd9b58470209b2ea6c9867 https://github.com/D-Programming-Language/dmd/commit/3910d5cf1b0bed9c9ebd9b58470209b2ea6c9867 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-04-23 (Wed, 23 Apr 2014) Changed paths: M src/ctfeexpr.c M src/interpret.c M test/compilable/interpret3.d Log Message: ----------- fix Issue 9245 - [CTFE] postblit not called on static array initialization On element-wise or block assignment, currently postblit call is implicitly handled by glue-layer. Therefore, interpreter should have its own postblit handling. Commit: 6de3bd56a622c99997be55a609268d6f2dcfcb77 https://github.com/D-Programming-Language/dmd/commit/6de3bd56a622c99997be55a609268d6f2dcfcb77 Author: Walter Bright <walter@walterbright.com> Date: 2014-04-24 (Thu, 24 Apr 2014) Changed paths: M src/ctfeexpr.c M src/interpret.c M test/compilable/interpret3.d Log Message: ----------- Merge pull request #3488 from 9rnsr/fix9245 Issue 9245 - [CTFE] postblit not called on static array initialization Compare: https://github.com/D-Programming-Language/dmd/compare/90abd4c6cdfd...6de3bd56a622 |
Copyright © 1999-2021 by the D Language Foundation