digitalmars.D.bugs - [Issue 7331] New: ICE on curried delegate literal where the first of 3 arguments is referenced
- d-bugmail puremagic.com (22/22) Jan 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7331
- d-bugmail puremagic.com (11/11) Mar 25 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7331
http://d.puremagic.com/issues/show_bug.cgi?id=7331 Summary: ICE on curried delegate literal where the first of 3 arguments is referenced Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice-on-valid-code Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: timon.gehr gmx.ch --- Comment #0 from timon.gehr gmx.ch 2012-01-20 13:47:14 PST --- With DMD 2.058 void main(){auto dg=(int a)=>(int b)=>(int c)=>a;} causes Internal error: toir.c 190 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 20 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7331 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Kenji Hara <k.hara.pg gmail.com> 2012-03-25 03:11:59 PDT --- It works with 2.059head (d2183ba7aab0d62b91ac230e8a532e9a14699c2f) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 25 2012