Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: typos in latest test release Message-ID: <8908241630.AA07310@yahi.Stanford.EDU> Date: 24 Aug 89 16:30:10 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 In the function compute_conversion_costs, change if (TREE_CODE (TREE_TYPE (function)) == METHOD_TYPE && TREE_CODE (TREE_TYPE (TREE_VALUE (tta_in))) == POINTER_TYPE && (TREE_READONLY (TREE_TYPE (TREE_TYPE (TREE_VALUE (tta_in)))) != TREE_READONLY (TREE_TYPE (TREE_VALUE (ttf))))) to this if (TREE_CODE (TREE_TYPE (function)) == METHOD_TYPE && TREE_CODE (TREE_TYPE (TREE_VALUE (tta_in))) == POINTER_TYPE && (TREE_READONLY (TREE_TYPE (TREE_TYPE (TREE_VALUE (tta_in)))) > TREE_READONLY (TREE_TYPE (TREE_VALUE (ttf))))) If you don't have the latest test release, this patch does not apply.