[Issue 7261] ICE(glue.c): With taskPool.reduce

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 4 23:47:14 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7261



--- Comment #2 from SHOO <zan77137 at nifty.com> 2012-02-04 23:47:11 PST ---
import std.parallelism;
void func() { }
void main()
{
    taskPool.put(task(&func));
}
-----------------
I can compile this code in dmd2.057, but cannot compile it in git head.
(dmd displays similar error message.)

-- 
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