April 26, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2044

           Summary: -g hangs DMD
           Product: D
           Version: 1.029
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: michas9@gmail.com


When the following code is compiled with -g, it causes DMD to hang.

struct Bar {
        Bar[] bars;
}

void main() {
        Bar node;
}


-- 

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


bugzilla@digitalmars.com changed:

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




------- Comment #1 from bugzilla@digitalmars.com  2008-05-22 05:01 -------
Fixed dmd 1.030


--