June 28, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: bb409875035272973cea56b41f58050bafdb7d2a
      https://github.com/D-Programming-Language/dmd/commit/bb409875035272973cea56b41f58050bafdb7d2a
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-06-27 (Thu, 27 Jun 2013)

  Changed paths:
    M src/e2ir.c
    A test/compilable/ice10486.d

  Log Message:
  -----------
  fix Issue 10486 - Segfault on assigning `typeof(null)` to static array


  Commit: ce270e41aa185915136651124f2bf00981c10f84
      https://github.com/D-Programming-Language/dmd/commit/ce270e41aa185915136651124f2bf00981c10f84
  Author: Walter Bright <walter@walterbright.com>
  Date:   2013-06-28 (Fri, 28 Jun 2013)

  Changed paths:
    M src/e2ir.c
    A test/compilable/ice10486.d

  Log Message:
  -----------
  Merge pull request #2263 from 9rnsr/fix10486

[REG2.063] Issue 10486 - Segfault on assigning `typeof(null)` to static array


Compare: https://github.com/D-Programming-Language/dmd/compare/ac7fe86094b2...ce270e41aa18