sorensen@IMAGER.MIT.EDU (Greg Sorensen) (06/18/89)
This bug went away (although the code is not yet correct) if the definition
of class base has a constructor, eg:
class base
{
private:
int tmp=0;
public:
base() {;}
};
With the addition of this constructor, I no longer get the fatal crash.
Removing it again reproduces the crash.
-g.