[Issue 6795] New: [ICE] (cgcs.c 526) Incrementing an enum array item

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 8 19:10:54 PDT 2011


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

           Summary: [ICE] (cgcs.c 526) Incrementing an enum array item
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2011-10-08 19:10:07 PDT ---
void main() {
    enum int[] array = [0];
    array[0]++;
}


DMD 2.056head:

Internal error: backend\cgcs.c 526

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