[gnu.gcc.bug] Follow-up to preceding message.

diamond@csl.sony.jp (Norman Diamond) (01/20/89)

To:    bug-gcc@prep.ai.mit.edu
From:  diamond@csl.sony.jp      (Norman Diamond)
Date:  1989.01.20

Follow-up to previous bug report.  I removed stage1 and stage2, did a
make clean, rm gnulib (out of habit) and started over.
             
gcc release 1.32, configured for Sun4 but not SunOS4

make stage2
make CC=stage2/gcc CFLAGS="-g -O -Bstage2/"
foreach file (*.o)
cmp $file stage2/$file
end

This time it did not report any differences.  The previous difference in
c-typeck.o sure looks like an undefined variable somewhere in gcc, but I
still can't begin to guess where.  Sorry.