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: [email protected]
          Reporter: [email protected]

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

--

Reply via email to