digitalmars.D.bugs - dmd infinite loop
Compiling: class A { class B { } } void main() { new A.B(); } causes dmd to enter an infinite loop posting error msgs for line 5. --Dan
Dec 16 2006
Dan wrote:Compiling: class A { class B { } } void main() { new A.B(); } causes dmd to enter an infinite loop posting error msgs for line 5. --DanAlready reported as Issue 635. (And re-reported as Issue 672.)
Dec 16 2006