July 31, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1387

           Summary: DMD crash: "ref const struct" as function parameter
           Product: D
           Version: 2.003
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: wstring@gmail.com


Test case:

struct S {
        int mx;
}

void foo(ref const S s) {
}

void main() {
        S s;
        foo(s);
}


-- 

July 31, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1387


kamm-removethis@incasoftware.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #1 from kamm-removethis@incasoftware.de  2007-07-31 01:53 -------


*** This bug has been marked as a duplicate of 1319 ***


--