[dmd-internals] [D-Programming-Language/dmd] ea2cde: fix Issue 2481 - mixing field into anonymous struc...
GitHub
noreply at github.com
Sat Nov 16 00:59:00 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ea2cde750b4619a579df5ef309210ea9c0d1e734
https://github.com/D-Programming-Language/dmd/commit/ea2cde750b4619a579df5ef309210ea9c0d1e734
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-15 (Fri, 15 Nov 2013)
Changed paths:
M test/runnable/mixin1.d
Log Message:
-----------
fix Issue 2481 - mixing field into anonymous struct inside class generates field overlapping vtable
Commit: e8a53272d3d3406b36fdf7caff61f79e888c708c
https://github.com/D-Programming-Language/dmd/commit/e8a53272d3d3406b36fdf7caff61f79e888c708c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-15 (Fri, 15 Nov 2013)
Changed paths:
M test/runnable/structlit.d
Log Message:
-----------
fix Issue 3991 - Void initializers in unions considered overlapping
Commit: adb94ddfaf388505a0112539c7df3edada2d5435
https://github.com/D-Programming-Language/dmd/commit/adb94ddfaf388505a0112539c7df3edada2d5435
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-15 (Fri, 15 Nov 2013)
Changed paths:
M test/runnable/interpret.d
Log Message:
-----------
fix Issue 6439 - [CTFE] union fields are initialized independently
Commit: 08b33d1874b37eb98bd98769464a293e2240ad74
https://github.com/D-Programming-Language/dmd/commit/08b33d1874b37eb98bd98769464a293e2240ad74
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-15 (Fri, 15 Nov 2013)
Changed paths:
A test/fail_compilation/ice8511.d
Log Message:
-----------
fix Issue 8511 - Segfault with forward-referenced enum
Commit: 053c0d2ab1cd239714cf1d4078e89a76b2eb6ec0
https://github.com/D-Programming-Language/dmd/commit/053c0d2ab1cd239714cf1d4078e89a76b2eb6ec0
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-15 (Fri, 15 Nov 2013)
Changed paths:
A test/fail_compilation/ice8255.d
Log Message:
-----------
fix Issue 8255 - [CTFE] ICE when passing 'ref' literal
Commit: 739b2aa6f4f32b93d52c7be6089555b4d33e3bbd
https://github.com/D-Programming-Language/dmd/commit/739b2aa6f4f32b93d52c7be6089555b4d33e3bbd
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-11-16 (Sat, 16 Nov 2013)
Changed paths:
A test/fail_compilation/ice8255.d
A test/fail_compilation/ice8511.d
M test/runnable/interpret.d
M test/runnable/mixin1.d
M test/runnable/structlit.d
Log Message:
-----------
Merge pull request #2778 from 9rnsr/worksforme
[trivial] Add test cases for WORKSFORME issues
Compare: https://github.com/D-Programming-Language/dmd/compare/d77344dc7b79...739b2aa6f4f3
More information about the dmd-internals
mailing list