[dmd-internals] [D-Programming-Language/dmd] dc828c: fix Issue 11824 - A stack variable escaping proble...
GitHub
noreply at github.com
Thu Feb 6 16:26:07 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: dc828cccfe92b98d3ae334eedd082d4f04cf36c1
https://github.com/D-Programming-Language/dmd/commit/dc828cccfe92b98d3ae334eedd082d4f04cf36c1
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-02-03 (Mon, 03 Feb 2014)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
A test/compilable/test11824.d
Log Message:
-----------
fix Issue 11824 - A stack variable escaping problem in CTFE Phobos code
Commit: cbc100abebbc5db94af1f173daa602e1f5a7e317
https://github.com/D-Programming-Language/dmd/commit/cbc100abebbc5db94af1f173daa602e1f5a7e317
Author: Walter Bright <walter at walterbright.com>
Date: 2014-02-06 (Thu, 06 Feb 2014)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
A test/compilable/test11824.d
Log Message:
-----------
Merge pull request #3204 from 9rnsr/fix11824
[REG2.065a] Issue 11824 - A stack variable escaping problem in CTFE Phobos code
Compare: https://github.com/D-Programming-Language/dmd/compare/231e27f036ba...cbc100abebbc
More information about the dmd-internals
mailing list