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

2015-10-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15214

--- Comment #3 from github-bugzi...@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

--


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

2015-10-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15214

--- Comment #4 from github-bugzi...@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

--


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

2015-10-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15214

Kenji Hara  changed:

   What|Removed |Added

   Keywords||pull
   Severity|minor   |regression

--- Comment #2 from Kenji Hara  ---
https://github.com/D-Programming-Language/dmd/pull/5205

--


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

2015-10-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15214

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com
Summary|ICE in Mangler::mangleFunc  |[REG2.065.0] ICE in
   ||Mangler::mangleFunc

--- Comment #1 from Vladimir Panteleev  ---
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

--