[dmd-internals] [D-Programming-Language/dmd] be7d1f: fix Issue 10049 - Spurious "Label already defined"...

GitHub noreply at github.com
Fri May 10 12:36:29 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: be7d1f217d9566a6828b25bd7ad44939d8c832ee
      https://github.com/D-Programming-Language/dmd/commit/be7d1f217d9566a6828b25bd7ad44939d8c832ee
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-09 (Thu, 09 May 2013)

  Changed paths:
    M src/statement.c
    M src/statement.h
    M test/runnable/foreach5.d

  Log Message:
  -----------
  fix Issue 10049 - Spurious "Label already defined" error inside a foreach over a range aggregate


  Commit: 2df2571896d647a6c9d32f754fd21bae1a70cd1e
      https://github.com/D-Programming-Language/dmd/commit/2df2571896d647a6c9d32f754fd21bae1a70cd1e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-09 (Thu, 09 May 2013)

  Changed paths:
    M test/runnable/foreach5.d
    R test/runnable/test9068.d

  Log Message:
  -----------
  Move issue 9068 test to runnable/foreach5.d


  Commit: 6847bd32b42728fb0ea9bca7d5c92013ce318516
      https://github.com/D-Programming-Language/dmd/commit/6847bd32b42728fb0ea9bca7d5c92013ce318516
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M src/statement.c
    M src/statement.h
    M test/runnable/foreach5.d
    R test/runnable/test9068.d

  Log Message:
  -----------
  Merge pull request #1984 from 9rnsr/fix10049

[REG2.059] Issue 10049 - Spurious "Label already defined" error inside a foreach over a range aggregate


Compare: https://github.com/D-Programming-Language/dmd/compare/ba2cf258728e...6847bd32b427


More information about the dmd-internals mailing list