[Issue 7331] New: ICE on curried delegate literal where the first of 3 arguments is referenced
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 20 13:47:16 PST 2012
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 at puremagic.com
ReportedBy: timon.gehr at gmx.ch
--- Comment #0 from timon.gehr at 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: -------
More information about the Digitalmars-d-bugs
mailing list