[Issue 1991] New: Dmd hangs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 13 17:13:54 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=1991

           Summary: Dmd hangs
           Product: D
           Version: 2.012
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: bartosz at relisoft.com


when compiling the following code, dmd hangs:
string [][] listBases (string [] present, string [] omitted)
{
        string [][] empty = [[]];
        return empty;
}


-- 



More information about the Digitalmars-d-bugs mailing list