This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Failed build on mips-sgi-irix5.3 for 1998-06-28 snapshot


| Bootstrap comparison failure!
| xcoffout.o differs
| f/storag.o differs

I had a comparison failure once and it was
caused by a different version string in the
object code;
A 'make clean' should fix troubles like this
of course - you might want to take this
possibility into account when looking for
what is wrong.

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>

PS The version string I am refering to is
   also visible in a *.s file:

.ident  "GCC: (GNU) egcs-2.91.42 19980626 (gcc2 ss-980502 experimental)"

   For some reason my `ident' doesn't pick these up - but with
   some hacking...

>hexdump -e '"%_p"' gcc/stage1/xcoffout.o | grep -B4 experimental
GC*
: (GNU) egcs-2.91.43 19*
80628 (gc*
2 s*
-980502 experimental).*

>hexdump -e '"%_p"' gcc/stage2/xcoffout.o | grep -B4 experimental
GC*
: (GNU) egcs-2.91.45 19*
80702 (gc*
2 s*
-980609 experimental).*

Can you say "different" ?  Hmm.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]