digitalmars.D.bugs - [Issue 8317] New: [ICE] (cast.c, line 1986) with array of lambdas
- d-bugmail puremagic.com (24/24) Jun 29 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8317
- d-bugmail puremagic.com (11/11) Jun 29 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8317
- d-bugmail puremagic.com (12/12) Dec 26 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8317
http://d.puremagic.com/issues/show_bug.cgi?id=8317 Summary: [ICE] (cast.c, line 1986) with array of lambdas Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc --- Comment #0 from bearophile_hugs eml.cc 2012-06-29 10:01:00 PDT --- void main() { int function()[] foo = [() => 1, () => 'a']; // OK int function()[] bar; bar = [() => 1, () => 'a']; // ICE } DMD2.60alpha gives: Assertion failure: 'd->purity != PUREfwdref' on line 1986 in file 'cast.c' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 29 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8317 timon.gehr gmx.ch changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |timon.gehr gmx.ch --- Comment #1 from timon.gehr gmx.ch 2012-06-29 11:07:43 PDT --- Probably related to or a duplicate of issue 8309. (the assertion there fails for the same reason.) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 29 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8317 yebblies <yebblies gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |yebblies gmail.com Resolution| |DUPLICATE --- Comment #2 from yebblies <yebblies gmail.com> 2012-12-27 16:57:12 EST --- *** This issue has been marked as a duplicate of issue 8309 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 26 2012