[dmd-internals] [D-Programming-Language/dmd] e5e8a4: fix Issue 13415 - '-inline' causes wrong enclosing...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Sep 2 18:04:44 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: e5e8a4ad6b0f9cd7a0bf979c701fe4ff223ffd7c
https://github.com/D-Programming-Language/dmd/commit/e5e8a4ad6b0f9cd7a0bf979c701fe4ff223ffd7c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-09-02 (Tue, 02 Sep 2014)
Changed paths:
M src/template.c
A test/runnable/imports/link13415a.d
A test/runnable/link13415.d
Log Message:
-----------
fix Issue 13415 - '-inline' causes wrong enclosing scope pointer for nested function called from templated struct
Commit: 2c65f36934643eb5c56dffbea1b213e7a1113ad8
https://github.com/D-Programming-Language/dmd/commit/2c65f36934643eb5c56dffbea1b213e7a1113ad8
Author: Walter Bright <walter at walterbright.com>
Date: 2014-09-02 (Tue, 02 Sep 2014)
Changed paths:
M src/template.c
A test/runnable/imports/link13415a.d
A test/runnable/link13415.d
Log Message:
-----------
Merge pull request #3942 from 9rnsr/fix13415
[REG2.066] Issue 13415 - '-inline' causes wrong enclosing scope pointer for nested function called from templated struct
Compare: https://github.com/D-Programming-Language/dmd/compare/e67bf9d1c790...2c65f3693464
More information about the dmd-internals
mailing list