Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!MCC.COM!rfg From: rfg@MCC.COM (Ron Guilmette) Newsgroups: gnu.g++.bug Subject: bogus calls to build_indirect_ref() Message-ID: <8904251931.AA28260@riunite.aca.mcc.com> Date: 25 Apr 89 19:31:02 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 It appears that there are several bogus calls to build_indirect_ref() scattered thru the g++ 1.35.0- code. The bogus call have only one actual parameter rather than the two required. I found three such calls in cplus-class.c and one in cplus-parse.y. // rfg