January 25, 2003
This piece of code crashes DMC 8.33.4 (causes GP fault)

namespace B {
};

class A {
 using B::x;
};

Although it prints message that x is not in namespace B, then compiler generates GPF.

This is very low priority bug because it is easily recognized and fixed.

Nic Tiger.