[dmd-internals] [D-Programming-Language/dmd] 64c27c: fix Issue 11535 - CTFE ICE on reassigning a static...

GitHub via dmd-internals dmd-internals at puremagic.com
Mon Apr 21 05:47:00 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 64c27cbdefcf63442dc75b5ffab0227475d60b43
      https://github.com/D-Programming-Language/dmd/commit/64c27cbdefcf63442dc75b5ffab0227475d60b43
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M src/constfold.c
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  fix Issue 11535 - CTFE ICE on reassigning a static array initialized with block assignment


  Commit: 0a95cd474fe1d17ee88aa47552094bd8535fbd9e
      https://github.com/D-Programming-Language/dmd/commit/0a95cd474fe1d17ee88aa47552094bd8535fbd9e
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M src/constfold.c
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Merge pull request #3479 from 9rnsr/fix11535

Issue 11535 - CTFE ICE on reassigning a static array initialized with block assignment


Compare: https://github.com/D-Programming-Language/dmd/compare/107999e3de38...0a95cd474fe1


More information about the dmd-internals mailing list