February 06, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: f13ce3739b2a15c18a3e0923507a6652bda4c288
      https://github.com/D-Programming-Language/dmd/commit/f13ce3739b2a15c18a3e0923507a6652bda4c288
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M src/e2ir.c
    A test/fail_compilation/fail9418.d

  Log Message:
  -----------
  fix Issue 9418 - Segmentation fault using only datetime and stdio.

At least glue layer should reject invalid array-operation, as same as NegExp, BinExp, PowAssignExp, and PowExp.


  Commit: 3617db071c687524b763ba333399e95369a0d453
      https://github.com/D-Programming-Language/dmd/commit/3617db071c687524b763ba333399e95369a0d453
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M src/e2ir.c
    M test/fail_compilation/fail9418.d

  Log Message:
  -----------
  fix Issue 9458 - ModExp generates invalid code against array operands


  Commit: cf85813054054dfe6605ef1f184bf12eab668c1e
      https://github.com/D-Programming-Language/dmd/commit/cf85813054054dfe6605ef1f184bf12eab668c1e
  Author: Walter Bright <walter@walterbright.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M src/e2ir.c
    A test/fail_compilation/fail9418.d

  Log Message:
  -----------
  Merge pull request #1628 from 9rnsr/fix9418

Issue 9418 + 9458 - Invalid array operation should be rejected in glue layer


Compare: https://github.com/D-Programming-Language/dmd/compare/53781ffb98ec...cf8581305405