digitalmars.D.bugs - [Issue 8090] New: ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c'
- d-bugmail puremagic.com (27/27) May 12 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8090
- d-bugmail puremagic.com (12/12) May 24 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8090
- d-bugmail puremagic.com (8/11) May 24 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8090
- d-bugmail puremagic.com (14/18) May 24 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8090
http://d.puremagic.com/issues/show_bug.cgi?id=8090 Summary: ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c' Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: andrej.mitrovich gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2012-05-12 07:58:21 PDT --- struct Foo { } alias bool delegate(Foo w) DG; DG test; void main() { // bool[Foo] a; test = (Foo w) { return w in a; }; } ice.d(11): Error: undefined identifier a, did you mean variable w? Assertion failure: 'typen->deco' on line 1703 in file 'cast.c' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 12 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8090 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice --- Comment #1 from Kenji Hara <k.hara.pg gmail.com> 2012-05-24 09:02:47 PDT --- What version do you use? I think this is a dup of bug 8009 (It was a bug in 2.059, and is already fixed), because this ICE doesn't occur in git head. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 24 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8090 --- Comment #2 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2012-05-24 10:20:37 PDT --- (In reply to comment #1)What version do you use?2.059I think this is a dup of bug 8009 (It was a bug in 2.059, and is already fixed), because this ICE doesn't occur in git head.Ok. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 24 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8090 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #3 from Kenji Hara <k.hara.pg gmail.com> 2012-05-24 10:43:07 PDT --- (In reply to comment #2)(In reply to comment #1)Thanks for your answer. Then this is true dup of bug 8009. *** This issue has been marked as a duplicate of issue 8009 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------What version do you use?2.059
May 24 2012