[dmd-internals] [D-Programming-Language/dmd] 95146a: Add VarDeclaration::isOverlappedWith()
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Sep 6 10:05:29 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 95146a54270b42cd4e0529b448c6f81f09ae3bc2
https://github.com/D-Programming-Language/dmd/commit/95146a54270b42cd4e0529b448c6f81f09ae3bc2
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-09-06 (Sun, 06 Sep 2015)
Changed paths:
M src/declaration.d
M src/declaration.h
M src/dstruct.d
Log Message:
-----------
Add VarDeclaration::isOverlappedWith()
Commit: 1fda8abadb1a9d068ea1d0fb236e3383a6b23e7b
https://github.com/D-Programming-Language/dmd/commit/1fda8abadb1a9d068ea1d0fb236e3383a6b23e7b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-09-06 (Sun, 06 Sep 2015)
Changed paths:
M src/aggregate.d
M src/aggregate.h
M src/dinterpret.d
M test/runnable/interpret.d
Log Message:
-----------
fix Issue 14862 - Constructor of overlapped struct does not initialize correctly global variables
Commit: 1445df52a1ed5b50f16c6b7aad3dabbcf7297265
https://github.com/D-Programming-Language/dmd/commit/1445df52a1ed5b50f16c6b7aad3dabbcf7297265
Author: Martin Nowak <code at dawg.eu>
Date: 2015-09-06 (Sun, 06 Sep 2015)
Changed paths:
M src/aggregate.d
M src/aggregate.h
M src/declaration.d
M src/declaration.h
M src/dinterpret.d
M src/dstruct.d
M test/runnable/interpret.d
Log Message:
-----------
Merge pull request #4863 from 9rnsr/fix14862
Issue 14862 - Constructor of overlapped struct does not initialize correctly global variables
Compare: https://github.com/D-Programming-Language/dmd/compare/385948209544...1445df52a1ed
More information about the dmd-internals
mailing list