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

           Summary: [ICE] (cgcs.c 517) with struct literal field increment
           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-04-05 18:59:09 PDT ---
struct Foo { int x; }
void main() {
    Foo(5).x++;
}



DMD 2.059beta gives me:

Internal error: backend\cgcs.c 517

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

Reply via email to