April 21, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 64c27cbdefcf63442dc75b5ffab0227475d60b43
      https://github.com/D-Programming-Language/dmd/commit/64c27cbdefcf63442dc75b5ffab0227475d60b43
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M src/constfold.c
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  fix Issue 11535 - CTFE ICE on reassigning a static array initialized with block assignment


  Commit: 0a95cd474fe1d17ee88aa47552094bd8535fbd9e
      https://github.com/D-Programming-Language/dmd/commit/0a95cd474fe1d17ee88aa47552094bd8535fbd9e
  Author: Andrej Mitrovic <andrej.mitrovich@gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M src/constfold.c
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Merge pull request #3479 from 9rnsr/fix11535

Issue 11535 - CTFE ICE on reassigning a static array initialized with block assignment


Compare: https://github.com/D-Programming-Language/dmd/compare/107999e3de38...0a95cd474fe1