www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16523] New: [ICE] Internal error: backend/symbol.c 1031

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 puremagic.com
          Reporter: b2.temp gmx.com

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

DMD: Internal error: backend/symbol.c 1031

--
Sep 21 2016