[dmd-internals] [D-Programming-Language/dmd] 5266a0: fix Issue 13831 - DMD crash on newing struct with ...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Dec 10 19:24:02 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 5266a05512f833b6628bc288d1aa6f29876856db
https://github.com/D-Programming-Language/dmd/commit/5266a05512f833b6628bc288d1aa6f29876856db
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-12-09 (Tue, 09 Dec 2014)
Changed paths:
M src/ctfeexpr.c
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
fix Issue 13831 - DMD crash on newing struct with overlapped fields in CTFE
Commit: 048a508ea139dfa15bc1057bca886cbf8718e302
https://github.com/D-Programming-Language/dmd/commit/048a508ea139dfa15bc1057bca886cbf8718e302
Author: Walter Bright <walter at walterbright.com>
Date: 2014-12-10 (Wed, 10 Dec 2014)
Changed paths:
M src/ctfeexpr.c
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #4205 from 9rnsr/fix13831
Issue 13831 - DMD crash on newing struct with overlapped fields in CTFE
Compare: https://github.com/D-Programming-Language/dmd/compare/95e4aa85d70c...048a508ea139
More information about the dmd-internals
mailing list