[dmd-internals] [D-Programming-Language/dmd] e3ddc9: Rename helper functions, to be consistent with (un...

GitHub via dmd-internals dmd-internals at puremagic.com
Thu Sep 3 03:05:59 PDT 2015


  Branch: refs/heads/stable
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: e3ddc9095f8b3f334fcf74f929b5febad731521d
      https://github.com/D-Programming-Language/dmd/commit/e3ddc9095f8b3f334fcf74f929b5febad731521d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M src/optimize.c

  Log Message:
  -----------
  Rename helper functions, to be consistent with (una|bin)Semantic


  Commit: 93ddebc859de11bb49a0dab9ccc0c01bb0a7be89
      https://github.com/D-Programming-Language/dmd/commit/93ddebc859de11bb49a0dab9ccc0c01bb0a7be89
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M src/optimize.c

  Log Message:
  -----------
  Return true if errors happen


  Commit: b5b8d55d74cef95b2e5a6cf24a93438c2ae20141
      https://github.com/D-Programming-Language/dmd/commit/b5b8d55d74cef95b2e5a6cf24a93438c2ae20141
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M src/optimize.c
    A test/fail_compilation/ice15002.d

  Log Message:
  -----------
  fix Issue 15002 - ICE with invalid static variable initializer while CTFE

Front-end optimizer should propagate ErrorExp in each steps.


  Commit: a94bcb5ab7e714bd9673a4367d1bff01f4338fce
      https://github.com/D-Programming-Language/dmd/commit/a94bcb5ab7e714bd9673a4367d1bff01f4338fce
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M src/optimize.c
    A test/fail_compilation/ice15002.d

  Log Message:
  -----------
  Merge pull request #5026 from 9rnsr/fix15002

[REG2.064] Issue 15002 - ICE with invalid static variable initializer while CTFE


Compare: https://github.com/D-Programming-Language/dmd/compare/880f45dafe5b...a94bcb5ab7e7


More information about the dmd-internals mailing list