[Issue 13910] New: Internal error: e2ir.c 1926

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Dec 29 05:35:00 PST 2014


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 at puremagic.com
          Reporter: brix at 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

--


More information about the Digitalmars-d-bugs mailing list