[gnu.g++.bug] g++ gets a fatal signal on Sun 4 sparc

schmidt%siam.ics.uci.edu@PARIS.ICS.UCI.EDU ("Douglas C. Schmidt") (01/27/89)

Hi,

   g++ 1.32 gets a fatal signal for the following file:

----------------------------------------
struct Foo {
};

struct Bar : Foo {
  void Foobar ();
};

void Bar::Foobar ()
{
  ((Foo)*this).Foobar ();
}
----------------------------------------

Doug