[dmd-internals] [D-Programming-Language/dmd] 62a02a: Fix cases where goto skips variable initialization...

GitHub noreply at github.com
Tue Dec 3 06:50:17 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 62a02a1a8a8ebe8d73d86e11064b01745cc38133
      https://github.com/D-Programming-Language/dmd/commit/62a02a1a8a8ebe8d73d86e11064b01745cc38133
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-12-03 (Tue, 03 Dec 2013)

  Changed paths:
    M src/expression.c
    M src/inifile.c
    M src/interpret.c
    M src/mtype.c
    M src/optimize.c
    M src/template.c

  Log Message:
  -----------
  Fix cases where goto skips variable initialization found by fixing issue 602


  Commit: b0e577bc2c330cbc9d936697ed31816c56c614da
      https://github.com/D-Programming-Language/dmd/commit/b0e577bc2c330cbc9d936697ed31816c56c614da
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-12-03 (Tue, 03 Dec 2013)

  Changed paths:
    M src/expression.c
    M src/inifile.c
    M src/interpret.c
    M src/mtype.c
    M src/optimize.c
    M src/template.c

  Log Message:
  -----------
  Merge pull request #2918 from yebblies/ddmd602

[DDMD] Issue 602 cleanup


Compare: https://github.com/D-Programming-Language/dmd/compare/cd82ac58e3ff...b0e577bc2c33


More information about the dmd-internals mailing list