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

          Issue ID: 14499
           Summary: segfault on alias this to self
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: [email protected]
          Reporter: [email protected]

Discovered by sclytrack:
http://forum.dlang.org/post/[email protected]

dmd crashes with a segmentation fault on this:

struct o
{
    const Object data;
    o constify() const {return this;}
    alias constify this;
}

--

Reply via email to