[Issue 2044] New: -g hangs DMD

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 26 16:43:47 PDT 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 at digitalmars.com
        ReportedBy: michas9 at gmail.com


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

struct Bar {
        Bar[] bars;
}

void main() {
        Bar node;
}


-- 



More information about the Digitalmars-d-bugs mailing list