[dmd-internals] [D-Programming-Language/dmd] ec399f: fix Issue 12907 - [ICE] Assertion failure '0' in '...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat Jun 14 19:56:57 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ec399f968140505feeef1a9d375f14c917f67aa6
https://github.com/D-Programming-Language/dmd/commit/ec399f968140505feeef1a9d375f14c917f67aa6
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-06-15 (Sun, 15 Jun 2014)
Changed paths:
M src/expression.c
M src/expression.h
M src/statement.c
A test/fail_compilation/ice12907.d
Log Message:
-----------
fix Issue 12907 - [ICE] Assertion failure '0' in 'mangle.c' when using `auto` return type with lambda with dereferanced `function` call
Commit: 0a7a8b387ace4248381b63471932b065f1acae9c
https://github.com/D-Programming-Language/dmd/commit/0a7a8b387ace4248381b63471932b065f1acae9c
Author: Walter Bright <walter at walterbright.com>
Date: 2014-06-14 (Sat, 14 Jun 2014)
Changed paths:
M src/expression.c
M src/expression.h
M src/statement.c
A test/fail_compilation/ice12907.d
Log Message:
-----------
Merge pull request #3666 from 9rnsr/fix12907
Issue 12907 - [ICE] Assertion failure '0' in 'mangle.c' when using `auto` return type with lambda with dereferanced `function` call
Compare: https://github.com/D-Programming-Language/dmd/compare/266ab51fb478...0a7a8b387ace
More information about the dmd-internals
mailing list