Thread overview | ||||||
---|---|---|---|---|---|---|
|
May 12, 2012 [Issue 8090] New: ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c' | ||||
---|---|---|---|---|
| ||||
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 24, 2012 [Issue 8090] ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c' | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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 [Issue 8090] ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c' | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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.059 > 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. Ok. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 24, 2012 [Issue 8090] ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c' | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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) > > What version do you use? > > 2.059 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: ------- |
Copyright © 1999-2021 by the D Language Foundation