[dmd-internals] [D-Programming-Language/dmd] cc7349: fix Issue 11672 - default initialization of static...
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri May 30 10:59:50 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: cc73490ef51e03e1831010e91d45fc217783cfeb
https://github.com/D-Programming-Language/dmd/commit/cc73490ef51e03e1831010e91d45fc217783cfeb
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M src/todt.c
M test/runnable/testdt.d
Log Message:
-----------
fix Issue 11672 - default initialization of static array of structs with a single value fails
Commit: cdc1127129cda1c343e1a1b095f6ca517a9cd806
https://github.com/D-Programming-Language/dmd/commit/cdc1127129cda1c343e1a1b095f6ca517a9cd806
Author: Walter Bright <walter at walterbright.com>
Date: 2014-05-30 (Fri, 30 May 2014)
Changed paths:
M src/todt.c
M test/runnable/testdt.d
Log Message:
-----------
Merge pull request #3604 from 9rnsr/fix11672
Issue 11672 - default initialization of static array of structs with a single value fails
Compare: https://github.com/D-Programming-Language/dmd/compare/6e820f902a13...cdc1127129cd
More information about the dmd-internals
mailing list