[dmd-internals] [D-Programming-Language/dmd] 898091: fix Issue 14299 - "ref" parameter in CTFE handled ...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Mar 17 20:59:01 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8980914a5f101c18e7b05d071d511f5cdd3098bf
https://github.com/D-Programming-Language/dmd/commit/8980914a5f101c18e7b05d071d511f5cdd3098bf
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-03-17 (Tue, 17 Mar 2015)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
fix Issue 14299 - "ref" parameter in CTFE handled incorrectly for recursive calls
Commit: 229edba461ef6f6e2254e060eb498f302e982563
https://github.com/D-Programming-Language/dmd/commit/229edba461ef6f6e2254e060eb498f302e982563
Author: Walter Bright <walter at walterbright.com>
Date: 2015-03-17 (Tue, 17 Mar 2015)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #4501 from 9rnsr/fix14299
[REG2.067a] Issue 14299 - "ref" parameter in CTFE handled incorrectly for recursive calls
Compare: https://github.com/D-Programming-Language/dmd/compare/e700a9d51f49...229edba461ef
More information about the dmd-internals
mailing list