[dmd-internals] [D-Programming-Language/dmd] 1a4f77: fix Issue 14146 - ICE with non-empty default const...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Feb 8 00:15:05 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1a4f77da9b19cda4d245c56e9e3e3411ff2bace7
https://github.com/D-Programming-Language/dmd/commit/1a4f77da9b19cda4d245c56e9e3e3411ff2bace7
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-08 (Sun, 08 Feb 2015)
Changed paths:
M src/template.c
A test/fail_compilation/ice14146.d
Log Message:
-----------
fix Issue 14146 - ICE with non-empty default constructor in struct
More better implementation for issue 11916.
Commit: e98f99cdd07dffb09fc57fdbf80173d1bb368892
https://github.com/D-Programming-Language/dmd/commit/e98f99cdd07dffb09fc57fdbf80173d1bb368892
Author: Walter Bright <walter at walterbright.com>
Date: 2015-02-08 (Sun, 08 Feb 2015)
Changed paths:
M src/template.c
A test/fail_compilation/ice14146.d
Log Message:
-----------
Merge pull request #4391 from 9rnsr/fix14146
[REG2.067a] Issue 14146 - ICE with non-empty default constructor in struct
Compare: https://github.com/D-Programming-Language/dmd/compare/e649c64e0e82...e98f99cdd07d
More information about the dmd-internals
mailing list