[Issue 8517] New: ICE: Internal error: toir.c 178
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 7 08:35:50 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8517
Summary: ICE: Internal error: toir.c 178
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: michal.minich at gmail.com
--- Comment #0 from Michal Minich <michal.minich at gmail.com> 2012-08-07 08:35:47 PDT ---
dmd 2.060
void x1 () { y!(a => a)(); }
void x2 () { y!(a => a)(); }
void y (alias f) () { y!(a => a)(); }
Comment out either x1 or x2 line and error disappears.
This bug might be a duplicate of
http://d.puremagic.com/issues/show_bug.cgi?id=8460
http://d.puremagic.com/issues/show_bug.cgi?id=8436
http://d.puremagic.com/issues/show_bug.cgi?id=7917
http://d.puremagic.com/issues/show_bug.cgi?id=6426
and maybe others
--
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