[dmd-internals] [D-Programming-Language/dmd] e921b5: Try to fix issue 3688.

noreply at github.com noreply at github.com
Tue May 31 17:33:12 PDT 2011


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

Commit: e921b529a022fda0e01153464fc0f91e83647ba5
    https://github.com/D-Programming-Language/dmd/commit/e921b529a022fda0e01153464fc0f91e83647ba5
Author: k-hara <k.hara.pg at gmail.com>
Date:   2011-05-29 (Sun, 29 May 2011)

Changed paths:
  M src/statement.c

Log Message:
-----------
Try to fix issue 3688.


Commit: 1bcae90e09f5eb6988fcd6df4309a137c9901084
    https://github.com/D-Programming-Language/dmd/commit/1bcae90e09f5eb6988fcd6df4309a137c9901084
Author: k-hara <k.hara.pg at gmail.com>
Date:   2011-05-29 (Sun, 29 May 2011)

Changed paths:
  M src/interpret.c

Log Message:
-----------
Re-try to fix issue 6072 - [CTFE] Regression(git master): Cannot declare variable inside an 'if' condition

Do not treat variable declared inside if condition as a temporary in interpretation.


Commit: 8515537c91dc7c7e613fd6aa32db8d5a76af289e
    https://github.com/D-Programming-Language/dmd/commit/8515537c91dc7c7e613fd6aa32db8d5a76af289e
Author: Walter Bright <walter at walterbright.com>
Date:   2011-05-31 (Tue, 31 May 2011)

Changed paths:
  M src/interpret.c
  M src/statement.c

Log Message:
-----------
Merge pull request #80 from 9rnsr/fix3688

Retry to fix issue 3688 & 6072


Compare: https://github.com/D-Programming-Language/dmd/compare/c1b7e0a...8515537


More information about the dmd-internals mailing list