[Issue 8460] ICE(toir.c) 178
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Dec 28 13:31:21 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8460
Iain Buclaw <ibuclaw at ubuntu.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at ubuntu.com
--- Comment #3 from Iain Buclaw <ibuclaw at ubuntu.com> 2012-12-28 13:31:20 PST ---
The problem that happens is that the frontend produces two copies of the same
map!(a => a)(l).
First being: map!(__lambda4,void,0)
Second being: map!(__lambda6,void,0)
If the frontend were able to detect and correct this collision, the internal
compiler errors (in gdc at least) would stop.
Regards,
Iain.
--
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