[dmd-internals] [D-Programming-Language/dmd] 0b575f: fix Issue 11720 - Function-local static variables ...
GitHub
noreply at github.com
Wed Dec 25 14:45:08 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 0b575f80b644715207ff18ca92d7bfb4708186aa
https://github.com/D-Programming-Language/dmd/commit/0b575f80b644715207ff18ca92d7bfb4708186aa
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-22 (Sun, 22 Dec 2013)
Changed paths:
M src/expression.c
A test/fail_compilation/fail11720.d
Log Message:
-----------
fix Issue 11720 - Function-local static variables should cause "already defined in another scope" error
Commit: 5901e163e48a5f13a5a1d970741229b3c2878e0d
https://github.com/D-Programming-Language/dmd/commit/5901e163e48a5f13a5a1d970741229b3c2878e0d
Author: Walter Bright <walter at walterbright.com>
Date: 2013-12-25 (Wed, 25 Dec 2013)
Changed paths:
M src/expression.c
A test/fail_compilation/fail11720.d
Log Message:
-----------
Merge pull request #2947 from 9rnsr/fix11720
Issue 11720 - Function-local static variables should cause "already defined in another scope" error
Compare: https://github.com/D-Programming-Language/dmd/compare/6acfacb40887...5901e163e48a
More information about the dmd-internals
mailing list