[dmd-internals] [D-Programming-Language/dmd] 3910d5: fix Issue 9245 - [CTFE] postblit not called on sta...

GitHub via dmd-internals dmd-internals at puremagic.com
Thu Apr 24 14:20:07 PDT 2014


  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 at 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 at 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


More information about the dmd-internals mailing list