[dmd-internals] [D-Programming-Language/dmd] 69d30a: fix Issue 6107 - ICE(expression.c) when a non-temp...
GitHub
noreply at github.com
Tue Oct 8 21:27:52 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 69d30ad53f5b136e4e79d552e69650d1a3f576b7
https://github.com/D-Programming-Language/dmd/commit/69d30ad53f5b136e4e79d552e69650d1a3f576b7
Author: Walter Bright <walter at walterbright.com>
Date: 2013-10-06 (Sun, 06 Oct 2013)
Changed paths:
M src/aggregate.h
M src/class.c
M src/struct.c
A test/fail_compilation/fail6107.d
Log Message:
-----------
fix Issue 6107 - ICE(expression.c) when a non-template member named '__ctor' exists in a struct, and the constructor is attempted to be invoked.
Commit: 003af73463b8126e30613b6c125ce87c45b294c6
https://github.com/D-Programming-Language/dmd/commit/003af73463b8126e30613b6c125ce87c45b294c6
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-10-08 (Tue, 08 Oct 2013)
Changed paths:
M src/aggregate.h
M src/class.c
M src/struct.c
A test/fail_compilation/fail6107.d
Log Message:
-----------
Merge pull request #2631 from WalterBright/fix6107
fix Issue 6107 - ICE(expression.c) when a non-template member named '__c...
Compare: https://github.com/D-Programming-Language/dmd/compare/16e678b2c9a7...003af73463b8
More information about the dmd-internals
mailing list