Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!mas1!tma From: tma@mas1.UUCP (Tim Atkins) Newsgroups: gnu.g++ Subject: g++ 1.34 blues Message-ID: <1884@mas1.UUCP> Date: 19 May 89 23:26:02 GMT Organization: Measurex Automation Systems, Cupertino CA Lines: 15 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