[Issue 8861] ICE(cgcs.c) 343

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 2 17:15:32 PST 2013


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



--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-01-02 17:15:30 PST ---
New test-case, the error message seems to suggest it's related (line numbers
are similar):

struct S
{
    ~this() { }
}

mixin template templ()
{
    auto s = S();
}

void main()
{
    mixin templ;
}

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