Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!tut.cis.ohio-state.edu!ATHENA.MIT.EDU!Raeburn From: Raeburn@ATHENA.MIT.EDU (Ken Raeburn) Newsgroups: gnu.gcc.bug Subject: Re: gcc testing fails (dec-3100) Message-ID: <8911170506.AA08449@prometheus.MIT.EDU> Date: 17 Nov 89 05:06:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 >Comparing the resulting *.o files (even by stripping the 10 first >chars) failed (the objects have the same length, but differ far down >in the file, all of them). I ran into this quite a while ago. The .o files contain the names of the .s temporary files produced during compilation. I use "cmp -l", and generally find two or three bytes at the start of the file (the timestamp) and maybe three or four much later in the file (the filename) different, but the rest the same. -- Ken