January 30, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 7099d9a5512f3cf2208b7c0bd3ff3590bde5382e
      https://github.com/D-Programming-Language/dmd/commit/7099d9a5512f3cf2208b7c0bd3ff3590bde5382e
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-01-27 (Tue, 27 Jan 2015)

  Changed paths:
    M src/interpret.c
    M test/fail_compilation/ice10259.d
    A test/fail_compilation/ice14055.d

  Log Message:
  -----------
  fix Issue 14055 - CTFE internal error with uninitialized array: Assertion failure: '0' on line 318 in file 'interpret.c'

scrubArray() should propagate ErrorExp if CTFE returns uninitialized value.


  Commit: f687cd1522c941f5093cf5341300fc81b0c81868
      https://github.com/D-Programming-Language/dmd/commit/f687cd1522c941f5093cf5341300fc81b0c81868
  Author: Walter Bright <walter@walterbright.com>
  Date:   2015-01-30 (Fri, 30 Jan 2015)

  Changed paths:
    M src/interpret.c
    M test/fail_compilation/ice10259.d
    A test/fail_compilation/ice14055.d

  Log Message:
  -----------
  Merge pull request #4348 from 9rnsr/fix14055

Issue 14055 - CTFE internal error with uninitialized array: Assertion failure: '0' on line 318 in file 'interpret.c'


Compare: https://github.com/D-Programming-Language/dmd/compare/dd4ce3362351...f687cd1522c9