Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!cunyvm.cuny.edu!chatty%FRLRI61.BITNET From: chatty%FRLRI61.BITNET@cunyvm.cuny.edu Newsgroups: gnu.g++.bug Subject: Failed assertion (?) and signal 6 Message-ID: <8910271714.AA05544@lri.lri.fr> Date: 27 Oct 89 17:14:28 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 33 The error messages must mean something to somebody... That was on a sun4 os4, with g++ 1.36.0- (Oct 17) class A { protected : void foo (); }; class B : public A { public : void bar (); }; void B :: bar () { B& b = *this; foo (); } % g++ -c c.cc Failed assertion get_base_type (DECL_CONTEXT (cp->function), TREE_TYPE (TREE_TYP E (TREE_VALUE (parmtypes))), 1) == error_mark_node at line 1292 of `cplus-method .c'. g++: Program cc1plus got fatal signal 6. Stephane Chatty chatty@lri.lri.fr chatty@frlri61.bitnet