Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!tank!cps3xx!cpsvax!newman From: newman@cpsvax.cps.msu.edu (Timothy S Newman) Newsgroups: gnu.g++.lib.bug Subject: Another bug in 1.36.1 ? Message-ID: <5809@cps3xx.UUCP> Date: 15 Dec 89 20:55:20 GMT Sender: usenet@cps3xx.UUCP Reply-To: newman@cpsvax.cps.msu.edu (Timothy S Newman) Distribution: na Organization: Michigan State University, Computer Science Department Lines: 15 It has already been noted that there is a problem in String.cc or String.h in libg++. I tried to overcome that by removing all references to String.* in the makefiles. Now, the test make stops on twrapper.cc. At line 232, there is a warning about passing objects of type `Integer' through `...' At line 282, there is an error: bad argument 0 for function `MemoizedInteger::MemoizedInteger (class MemoizedInteger &)' (type was int) in base initialization for class `MemoizedInteger' If it matters, I am on Sun4 OS 4, using gas. gcc 1.36.2 and g++1.36.2 (latter from interviews ztar). Tim Newman