Thread overview
[Issue 15214] [REG2.065.0] ICE in Mangler::mangleFunc
[Issue 15214] ICE in Mangler::mangleFunc
Oct 17, 2015
ag0aep6g@gmail.com
Oct 18, 2015
Vladimir Panteleev
Oct 20, 2015
Kenji Hara
October 17, 2015
https://issues.dlang.org/show_bug.cgi?id=15214

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--
October 18, 2015
https://issues.dlang.org/show_bug.cgi?id=15214

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com
            Summary|ICE in Mangler::mangleFunc  |[REG2.065.0] ICE in
                   |                            |Mangler::mangleFunc

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
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

--
October 20, 2015
https://issues.dlang.org/show_bug.cgi?id=15214

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Severity|minor                       |regression

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

--
October 22, 2015
https://issues.dlang.org/show_bug.cgi?id=15214

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

https://github.com/D-Programming-Language/dmd/commit/371fe97fb740893e2d8c52c7b09183b44d6f3b46 fix Issue 15214 - ICE in Mangler::mangleFunc

https://github.com/D-Programming-Language/dmd/commit/0e79ca0c64a842a9fc6a2385e5e2e90b3c8b0822 Merge pull request #5205 from 9rnsr/fix15214

[REG2.065.0] Issue 15214 - ICE in Mangler::mangleFunc

--
October 23, 2015
https://issues.dlang.org/show_bug.cgi?id=15214

--- Comment #4 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/371fe97fb740893e2d8c52c7b09183b44d6f3b46 fix Issue 15214 - ICE in Mangler::mangleFunc

https://github.com/D-Programming-Language/dmd/commit/0e79ca0c64a842a9fc6a2385e5e2e90b3c8b0822 Merge pull request #5205 from 9rnsr/fix15214

--