[Issue 16523] New: [ICE] Internal error: backend/symbol.c 1031

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 21 14:52:32 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16523

          Issue ID: 16523
           Summary: [ICE] Internal error: backend/symbol.c 1031
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: b2.temp at gmx.com

void main()
{
    int i;
    switch(i)
    {
        foreach(j; 0..10)
            case j:{}
        default: break;
    }
}

DMD: Internal error: backend/symbol.c 1031

--


More information about the Digitalmars-d-bugs mailing list