[dmd-internals] [D-Programming-Language/dmd] 6dd50d: fix Issue 12900 - Wrong code in IfStatement condit...

GitHub via dmd-internals dmd-internals at puremagic.com
Wed Jun 25 13:53:48 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 6dd50d5c296dea9b565a5f2754c249d4f6db5141
      https://github.com/D-Programming-Language/dmd/commit/6dd50d5c296dea9b565a5f2754c249d4f6db5141
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-06-25 (Wed, 25 Jun 2014)

  Changed paths:
    M src/e2ir.c
    M src/optimize.c
    M src/s2ir.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  fix Issue 12900 - Wrong code in IfStatement condition Expression


  Commit: d664daebede34c6bf913af43f26c1d9673203414
      https://github.com/D-Programming-Language/dmd/commit/d664daebede34c6bf913af43f26c1d9673203414
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-06-25 (Wed, 25 Jun 2014)

  Changed paths:
    M src/e2ir.c
    M src/optimize.c
    M src/s2ir.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #3685 from 9rnsr/fix12900

More conservative fix for issue 12900 - Wrong code in IfStatement condition Expression


Compare: https://github.com/D-Programming-Language/dmd/compare/548e71c1e0a8...d664daebede3


More information about the dmd-internals mailing list