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 <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  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
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to