April 27, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: e00327521af0d48ae052a922737f1664e8dc8488
      https://github.com/D-Programming-Language/dmd/commit/e00327521af0d48ae052a922737f1664e8dc8488
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

  Changed paths:
    M src/parse.c
    A test/fail_compilation/parseStc.d

  Log Message:
  -----------
  Additional fix for issue 9679 - see 'redundant storage class'


  Commit: b2fd3232af8c19a85ac9952378c44946955c14f1
      https://github.com/D-Programming-Language/dmd/commit/b2fd3232af8c19a85ac9952378c44946955c14f1
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

  Changed paths:
    M src/parse.c
    M test/fail_compilation/parseStc.d

  Log Message:
  -----------
  Check redundant/conflicting storage class in foreach statement


  Commit: 11f562901640d06016c33df14e9810292248583b
      https://github.com/D-Programming-Language/dmd/commit/11f562901640d06016c33df14e9810292248583b
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

  Changed paths:
    M src/parse.c
    M test/fail_compilation/parseStc.d

  Log Message:
  -----------
  Fix the error messages format


  Commit: 4a5eee23341acb972f0c27f3451b301a1e166b36
      https://github.com/D-Programming-Language/dmd/commit/4a5eee23341acb972f0c27f3451b301a1e166b36
  Author: Walter Bright <walter@walterbright.com>
  Date:   2013-04-27 (Sat, 27 Apr 2013)

  Changed paths:
    M src/parse.c
    A test/fail_compilation/parseStc.d

  Log Message:
  -----------
  Merge pull request #1940 from 9rnsr/fix_parser

Fix parser for proper "redundant storage class" check


Compare: https://github.com/D-Programming-Language/dmd/compare/2de30b3cd95c...4a5eee23341a