[dmd-internals] [D-Programming-Language/dmd] ddb5e6: Add dummy variable to forbid a jump into synchroni...

GitHub noreply at github.com
Mon Dec 2 22:10:46 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ddb5e6575c36866975cd778ab9af2cfbe7daa962
      https://github.com/D-Programming-Language/dmd/commit/ddb5e6575c36866975cd778ab9af2cfbe7daa962
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M src/statement.c

  Log Message:
  -----------
  Add dummy variable to forbid a jump into synchronized block


  Commit: 05beebea3ce362931aea9f8c3bdf33e0720b957b
      https://github.com/D-Programming-Language/dmd/commit/05beebea3ce362931aea9f8c3bdf33e0720b957b
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-02 (Mon, 02 Dec 2013)

  Changed paths:
    M src/statement.c
    M test/compilable/test602.d

  Log Message:
  -----------
  fix Issue 11659 - false positive goto skips initialization of variable error (skipping enum initialization)


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

  Changed paths:
    M src/statement.c
    M test/compilable/test602.d

  Log Message:
  -----------
  Merge pull request #2911 from 9rnsr/fix11659

[REG2.065a] Issue 11659 - false positive goto skips initialization of variable error (skipping enum initialization)


Compare: https://github.com/D-Programming-Language/dmd/compare/d4afed7ad5fc...b8554bc11d38


More information about the dmd-internals mailing list