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

           Summary: ICE(cgcs.c): Assigning to struct literal member
           Product: D
           Version: 1.020
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Don <[email protected]> 2010-02-28 16:25:39 PST ---
Applies to both D1 and D2. Not a regression.
---
struct ICE3865{
   int x;
}

void ice3865() {
    ICE3865(0).x =3;
}

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

Reply via email to