[dmd-internals] [D-Programming-Language/dmd] da18e7: fix Issue 10727 - Regression (dmd-2.061) -- DMD du...
GitHub
noreply at github.com
Tue Jul 30 21:49:15 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: da18e74c9efef79446506845e6cad9da352a61d7
https://github.com/D-Programming-Language/dmd/commit/da18e74c9efef79446506845e6cad9da352a61d7
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/class.c
A test/fail_compilation/ice10727a.d
A test/fail_compilation/ice10727b.d
A test/fail_compilation/imports/foo10727a.d
A test/fail_compilation/imports/foo10727b.d
Log Message:
-----------
fix Issue 10727 - Regression (dmd-2.061) -- DMD dumps core
Implicit identity assignment check introduced from 2.061 (instantiate opAssign under error gagging) had gagged undefined identifier error.
Commit: 2611985c6a9ad15f7eb76d97738d2f36ab39e767
https://github.com/D-Programming-Language/dmd/commit/2611985c6a9ad15f7eb76d97738d2f36ab39e767
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-30 (Tue, 30 Jul 2013)
Changed paths:
M src/class.c
A test/fail_compilation/ice10727a.d
A test/fail_compilation/ice10727b.d
A test/fail_compilation/imports/foo10727a.d
A test/fail_compilation/imports/foo10727b.d
Log Message:
-----------
Merge pull request #2420 from 9rnsr/fix10727
[REG2.061] Issue 10727 - DMD dumps core
Compare: https://github.com/D-Programming-Language/dmd/compare/333c6dd76433...2611985c6a9a
More information about the dmd-internals
mailing list