[dmd-internals] [D-Programming-Language/dmd] a6bc90: BinAssignExp::semantic discards AssignExp returned...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Jun 17 13:38:59 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: a6bc9096b2f2bfffd5ef62b67de1813426655c5f
      https://github.com/D-Programming-Language/dmd/commit/a6bc9096b2f2bfffd5ef62b67de1813426655c5f
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-06-16 (Mon, 16 Jun 2014)

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

  Log Message:
  -----------
  BinAssignExp::semantic discards AssignExp returned by checkComplexOpAssign()


  Commit: 8eb91e41da7334df8e7e6481ce36550a604247ee
      https://github.com/D-Programming-Language/dmd/commit/8eb91e41da7334df8e7e6481ce36550a604247ee
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-06-16 (Mon, 16 Jun 2014)

  Changed paths:
    M src/expression.c
    M src/mtype.c

  Log Message:
  -----------
  Internal temporary variables consistently should have STCref or STCrvalue


  Commit: 32673638d3bb7b027d70524c11eaecaa9cbdf8ce
      https://github.com/D-Programming-Language/dmd/commit/32673638d3bb7b027d70524c11eaecaa9cbdf8ce
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-06-16 (Mon, 16 Jun 2014)

  Changed paths:
    M src/expression.c

  Log Message:
  -----------
  Improve reorderSettingAAElem to avoid recursive semantic call


  Commit: fe9bdcce89530fdefcff743bf50b6b6f9d913a7a
      https://github.com/D-Programming-Language/dmd/commit/fe9bdcce89530fdefcff743bf50b6b6f9d913a7a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-06-16 (Mon, 16 Jun 2014)

  Changed paths:
    M src/expression.c
    M src/expression.h
    M src/mtype.c
    M src/sideeffect.c
    M test/runnable/inline.d

  Log Message:
  -----------
  fix Issue 11201 - ICE: (symbol.c) -inline stops compilation


  Commit: 7ec843a6f5232e8eb53991c6b11b790d2cd61278
      https://github.com/D-Programming-Language/dmd/commit/7ec843a6f5232e8eb53991c6b11b790d2cd61278
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-06-17 (Tue, 17 Jun 2014)

  Changed paths:
    M src/expression.c
    M src/expression.h
    M src/mtype.c
    M src/sideeffect.c
    M test/fail_compilation/fail303.d
    M test/runnable/inline.d

  Log Message:
  -----------
  Merge pull request #3672 from 9rnsr/fix11201

Issue 11201 - ICE: (symbol.c) -inline stops compilation


Compare: https://github.com/D-Programming-Language/dmd/compare/2cca4abe5b3d...7ec843a6f523


More information about the dmd-internals mailing list