[dmd-internals] [D-Programming-Language/dmd] a8d1d0: fix Issue 11147 - Nested structs in a union are no...
GitHub
noreply at github.com
Mon Sep 30 11:33:00 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a8d1d0911a10e2b941aba2a4de56c5a8b3f8dcea
https://github.com/D-Programming-Language/dmd/commit/a8d1d0911a10e2b941aba2a4de56c5a8b3f8dcea
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
M src/mtype.c
M test/runnable/structlit.d
Log Message:
-----------
fix Issue 11147 - Nested structs in a union are not correctly initialized
Commit: 6e8d1f888c6d8e159e5145b5649252708976fb22
https://github.com/D-Programming-Language/dmd/commit/6e8d1f888c6d8e159e5145b5649252708976fb22
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
M src/mtype.c
M test/runnable/structlit.d
Log Message:
-----------
Merge pull request #2603 from 9rnsr/fix11147
Issue 11147 - Nested structs in a union are not correctly initialized
Compare: https://github.com/D-Programming-Language/dmd/compare/3e1d925e5e5b...6e8d1f888c6d
More information about the dmd-internals
mailing list