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

  Changed paths:
    M src/expression.c
    M test/fail_compilation/testInference.d

  Log Message:
  -----------
  fix Issue 14160 - mutable global data access is wrongly accepted in pure function


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

  Changed paths:
    M src/expression.c
    M test/fail_compilation/testInference.d

  Log Message:
  -----------
  Merge pull request #4398 from 9rnsr/fix14160

[REG2.066] Issue 14160 - mutable global data access is wrongly accepted in pure function


Compare: https://github.com/D-Programming-Language/dmd/compare/50e1b75c44dc...abc775b2a8a0