Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!SUN.COM!tiemann From: tiemann@SUN.COM (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: g++-1.36.2 crash Message-ID: <8911280112.AA24252@teacake.sun.com> Date: 28 Nov 89 01:12:11 GMT References: <8911280043.AA04797@castor.cognet.ucla.edu> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@sun.com Distribution: gnu Organization: GNUs Not Usenet Lines: 21 The last patch was wrong. This is the right one. Sorry. teacake% diff -c2 cplus-typeck.c~ cplus-typeck.c *** cplus-typeck.c~ Mon Nov 27 00:07:45 1989 --- cplus-typeck.c Mon Nov 27 17:07:35 1989 *************** *** 1265,1269 **** && TREE_CODE (TYPE_NAME (context)) == TYPE_DECL) { ! tree assoc = value_member (context, CLASSTYPE_ASSOC (basetype)); if (assoc) { --- 1265,1269 ---- && TREE_CODE (TYPE_NAME (context)) == TYPE_DECL) { ! tree assoc = assoc_value (context, basetype); if (assoc) { teacake% Michael