http://d.puremagic.com/issues/show_bug.cgi?id=8608
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |D2 Summary|CTFE seems to be invoked |ICE(interpret.c): CTFE of |implicitly(std.parallelism. |erroneous struct with |task) |postblit --- Comment #3 from Don <[email protected]> 2012-09-10 01:03:22 PDT --- Reduced test case shows it is related to postblit. ----------------- struct Bug8608{ this(this) {} } void func08(Bug8608 x) { } void task08(F)(F fun) {} void bug8608() { Bug8608 file; task08!(func08(file)); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
