[dmd-internals] [D-Programming-Language/dmd] 51400f: fix Issue 12902 - [ICE] Assertion failure '!ae->le...

GitHub via dmd-internals dmd-internals at puremagic.com
Sun Jun 15 13:43:12 PDT 2014


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

  Changed paths:
    M src/expression.c
    M src/opover.c
    A test/fail_compilation/ice12902.d

  Log Message:
  -----------
  fix Issue 12902 - [ICE] Assertion failure '!ae->lengthVar' in 'expression.c' when using `opDollar`


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

  Changed paths:
    M test/runnable/opover2.d

  Log Message:
  -----------
  fix Issue 12904 - Wrong-code for some slice to slice assignments when using `opDollar`


  Commit: 493250daf44afcfdca5c842aa2ceebeb0d049a6c
      https://github.com/D-Programming-Language/dmd/commit/493250daf44afcfdca5c842aa2ceebeb0d049a6c
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-06-15 (Sun, 15 Jun 2014)

  Changed paths:
    M src/expression.c
    M src/opover.c
    A test/fail_compilation/ice12902.d
    M test/runnable/opover2.d

  Log Message:
  -----------
  Merge pull request #3668 from 9rnsr/fix12902

Issue 12902 & 10904 - fix ICEs with opDollar and multidimensional operator overloading


Compare: https://github.com/D-Programming-Language/dmd/compare/d4ea0c085f1a...493250daf44a


More information about the dmd-internals mailing list