www.digitalmars.com         C & C++   DMDScript  

c++.beta - Crash bug, low priority

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.
Jan 25 2003