[gnu.g++] g++ 1.34 blues

tma@mas1.UUCP (Tim Atkins) (05/20/89)

I'm attempting to install 1.34 on a Sun 3.  After a few hassles everything 
appeared to go OK, BUT...

	When attempting to compile simple test like the hello world program
	c++ hits the assert(0) in cplus-decl.c.  I went into the debugger 
	and the switch is on TREE_CODE(decl) which I find is ARRAY_REF.  This
	is an entry in the switch but I fall through to the default which is
	the assert(0) instead of executing the proper code.

	Can anyone in NetLand give me a hand?  Please don't tell me to get
	1.35 as my connections to the proper nets are very sporadic.

Thanks in advance.

Tim Atkins