[gnu.g++.bug] fix for matrix problems

tiemann@YAHI.STANFORD.EDU (Michael Tiemann) (04/04/89)

yahi% diff -c2 cplus-class.c~ cplus-class.c
*** cplus-class.c~	Mon Apr  3 00:46:33 1989
--- cplus-class.c	Tue Apr  4 09:44:57 1989
***************
*** 308,312 ****
      {
        /* Need an entry in some other virtual function table.  */
!       int i;			/* This is the index we want.  */
        tree tmp;			/* This walks through entries in array.  */
        tree pfn;
--- 308,312 ----
      {
        /* Need an entry in some other virtual function table.  */
!       int i = 1;		/* this is the index we want.  */
        tree tmp;			/* This walks through entries in array.  */
        tree pfn;
yahi% 

Michael