[dmd-internals] [D-Programming-Language/dmd] 44a3c6: fix Issue 14166 - Excess CTFE running for the temp...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Feb 10 20:34:34 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 44a3c6377eb1a2ebc914b497b360c1459b9f1dad
      https://github.com/D-Programming-Language/dmd/commit/44a3c6377eb1a2ebc914b497b360c1459b9f1dad
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/declaration.c
    M src/expression.c
    M test/compilable/compile1.d

  Log Message:
  -----------
  fix Issue 14166 - Excess CTFE running for the temporary variable in module level expression


  Commit: 202871ccbcbe4fca09de4aaac99b7f808050a003
      https://github.com/D-Programming-Language/dmd/commit/202871ccbcbe4fca09de4aaac99b7f808050a003
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M src/declaration.c
    M src/expression.c
    M test/compilable/compile1.d

  Log Message:
  -----------
  Merge pull request #4403 from 9rnsr/fix14166

[REG2.066] Issue 14166 - Excess CTFE running for the temporary variable in module level expression


Compare: https://github.com/D-Programming-Language/dmd/compare/d957c6455f0a...202871ccbcbe


More information about the dmd-internals mailing list