April 09, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 1af616467ec0cda89501f9d2a130f9b4b811628c
      https://github.com/D-Programming-Language/dmd/commit/1af616467ec0cda89501f9d2a130f9b4b811628c
  Author: Don Clugston <emailsdontbelong@inarepository.com>
  Date:   2013-04-09 (Tue, 09 Apr 2013)

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

  Log Message:
  -----------
  Fix issue 9908 CTFE ICE block initialized global static array

Specify the required type, so that T[n] arr = x it is converted into T[n] arr = [x,x,x].


  Commit: 679b743f97aeb5c6fdf2d9d3f8e60965224331dd
      https://github.com/D-Programming-Language/dmd/commit/679b743f97aeb5c6fdf2d9d3f8e60965224331dd
  Author: Hara Kenji <k.hara.pg+dev@gmail.com>
  Date:   2013-04-09 (Tue, 09 Apr 2013)

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

  Log Message:
  -----------
  Merge pull request #1878 from donc/ice9908ctfeblockinit

Fix bug 9908 CTFE ICE block initialized global static array


Compare: https://github.com/D-Programming-Language/dmd/compare/3f8884dc5d46...679b743f97ae