https://issues.dlang.org/show_bug.cgi?id=15214
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|ICE in Mangler::mangleFunc |[REG2.065.0] ICE in | |Mangler::mangleFunc --- Comment #1 from Vladimir Panteleev <[email protected]> --- In 2.064.2, this caused an error during semantic analysis: test.d(2): Error: function has no effect in expression (__lambda1) Since 2.065.0, this causes a segfault or ICE. Introduced in https://github.com/D-Programming-Language/dmd/pull/2961 --
