[Issue 8608] ICE(interpret.c): CTFE of erroneous struct with postblit

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 10 01:02:58 PDT 2012


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


Don <clugdbug at yahoo.com.au> 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 <clugdbug at yahoo.com.au> 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: -------


More information about the Digitalmars-d-bugs mailing list