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: (none) Message-ID: <8901201211.AA00688@diamond.csl.sony.junet> Date: 20 Jan 89 12:10:46 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 21 To: bug-gcc@prep.ai.mit.edu From: diamond@csl.sony.jp (Norman Diamond) Date: 1989.01.20 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 reported a difference in one-but-only-one file: c-typeck.o stage2/ctypeck.o differ: char 11122, line 119 (line? well, ok if it thinks it sees lines, but that difference is indeed worrisome.) Sorry, I cannot guess how to investigate why gcc produced different code for the two compilations of that file.