Summary: | -g hangs DMD | ||
---|---|---|---|
Product: | D | Reporter: | Michal <michas9> |
Component: | dmd | Assignee: | Walter Bright <bugzilla> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | P3 | ||
Version: | D1 (retired) | ||
Hardware: | x86 | ||
OS: | Windows |
When the following code is compiled with -g, it causes DMD to hang. struct Bar { Bar[] bars; } void main() { Bar node; }
Fixed dmd 1.030