October 23, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 60a8d00a19365185283eec5cab32f21df37acf46
      https://github.com/D-Programming-Language/dmd/commit/60a8d00a19365185283eec5cab32f21df37acf46
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

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

  Log Message:
  -----------
  fix Issue 13630 - Senseless error with foreach over variadic list


  Commit: 76cb58b3fe5601326ec84d72006f71f02aa0b6ff
      https://github.com/D-Programming-Language/dmd/commit/76cb58b3fe5601326ec84d72006f71f02aa0b6ff
  Author: Walter Bright <walter@walterbright.com>
  Date:   2014-10-23 (Thu, 23 Oct 2014)

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

  Log Message:
  -----------
  Merge pull request #4076 from 9rnsr/fix13630

Issue 13630 - Senseless error with foreach over variadic list


Compare: https://github.com/D-Programming-Language/dmd/compare/739e6fab395d...76cb58b3fe56