www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13910] New: Internal error: e2ir.c 1926

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

          Issue ID: 13910
           Summary: Internal error: e2ir.c 1926
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: nobody puremagic.com
          Reporter: brix brix-verden.dk

Test case:
struct Node
{
        bool isGroup()
        {
                return !!((data[segmentId][28..29]) & (1 << 0));
        }
        ubyte[][] data;
        uint segmentId;
}

Error with dmd 2.066.1:
Internal error: e2ir.c 1902

Error with newest dmd from git:
Internal error: e2ir.c 1926

--
Dec 29 2014