June 14, 2014
https://issues.dlang.org/show_bug.cgi?id=12907

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3666

--
June 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12907

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ec399f968140505feeef1a9d375f14c917f67aa6
fix Issue 12907 - [ICE] Assertion failure '0' in 'mangle.c' when using `auto`
return type with lambda with dereferanced `function` call

https://github.com/D-Programming-Language/dmd/commit/0a7a8b387ace4248381b63471932b065f1acae9c 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

--