rfg@MCC.COM (Ron Guilmette) (04/26/89)
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