Path: utzoo!telly!ddsw1!lll-winken!killer!pollux!ti-csl!cs.utexas.edu!tut.cis.ohio-state.edu!csl.sony.jp!diamond From: diamond@csl.sony.jp (Norman Diamond) Newsgroups: gnu.gcc.bug Subject: Follow-up to preceding message. Message-ID: <8901201310.AA00724@diamond.csl.sony.junet> Date: 20 Jan 89 13:09:58 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 18 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.