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

           Summary: [ICE] (eh.c line 316) with struct with dtor in assert
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: bearophile_h...@eml.cc


--- Comment #0 from bearophile_h...@eml.cc 2012-07-08 07:02:41 PDT ---
Problem found reducing Issue 8360


struct Foo {
    string bar = "hello";
    ~this() {}
}
void main() {
    assert(true, Foo().bar);
}


DMD 2.060alpha:

Internal error: eh.c 316

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to