dmd infinite loop

Dan ddaglas at gmail.com
Sat Dec 16 11:37:12 PST 2006


Compiling:


class A {
  class B { }
}

void main() { new A.B(); }


causes dmd to enter an infinite loop posting error msgs for line 5.

--Dan


More information about the Digitalmars-d-bugs mailing list