[dmd-internals] [D-Programming-Language/dmd] ac3de5: fix Issue 9566 - Cannot use struct .init when it c...
GitHub
noreply at github.com
Sun Feb 24 14:19:19 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ac3de50bcff047b86ff8fe8778f00e8f4845315c
https://github.com/D-Programming-Language/dmd/commit/ac3de50bcff047b86ff8fe8778f00e8f4845315c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-24 (Sun, 24 Feb 2013)
Changed paths:
M src/mtype.c
M test/runnable/structlit.d
Log Message:
-----------
fix Issue 9566 - Cannot use struct .init when it contains static array initialized from a single element.
Commit: f5eb6d5f9684ff6276cdbc52919b5b877d36d72d
https://github.com/D-Programming-Language/dmd/commit/f5eb6d5f9684ff6276cdbc52919b5b877d36d72d
Author: Walter Bright <walter at walterbright.com>
Date: 2013-02-24 (Sun, 24 Feb 2013)
Changed paths:
M src/mtype.c
M test/runnable/structlit.d
Log Message:
-----------
Merge pull request #1688 from 9rnsr/fix9566
[REG 2.062] Issue 9566 - Cannot use struct .init when it contains static array initialized from a single element.
Compare: https://github.com/D-Programming-Language/dmd/compare/d8eeecf4cba1...f5eb6d5f9684
More information about the dmd-internals
mailing list