www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2044] New: -g hangs DMD

reply d-bugmail puremagic.com writes:
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;
}


-- 
Apr 26 2008
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2044


bugzilla digitalmars.com changed:

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





Fixed dmd 1.030


-- 
May 22 2008