April 14, 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@digitalmars.com
        ReportedBy: bartosz@relisoft.com


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


-- 

May 11, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1991


bugzilla@digitalmars.com changed:

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




------- Comment #1 from bugzilla@digitalmars.com  2008-05-11 04:17 -------
Fixed dmd 1.029 and 2.013


--