[dmd-internals] [D-Programming-Language/dmd] 458065: Issue 7232 - Warning: statement is not reachable h...

noreply at github.com noreply at github.com
Fri Jan 6 10:43:26 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd

  Commit: 458065293bd4cf990fb99bcd01fc294e7df21c17
      https://github.com/D-Programming-Language/dmd/commit/458065293bd4cf990fb99bcd01fc294e7df21c17
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-01-06 (Fri, 06 Jan 2012)

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

  Log Message:
  -----------
  Issue 7232 - Warning: statement is not reachable has no line number

If the body of scope(failure) is not BEfallthru, do not generate rethrow statement.


  Commit: 30cd9a7fd68370d05cfd6c649bd6c81f241a899a
      https://github.com/D-Programming-Language/dmd/commit/30cd9a7fd68370d05cfd6c649bd6c81f241a899a
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-01-06 (Fri, 06 Jan 2012)

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

  Log Message:
  -----------
  Merge pull request #610 from 9rnsr/fix7232

Issue 7232 - Warning: statement is not reachable has no line number


Compare: https://github.com/D-Programming-Language/dmd/compare/f19992a...30cd9a7


More information about the dmd-internals mailing list