This is the mail archive of the gcc-bugs@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]

Bootstrap comparison failure



The bootstrap on x86-pc-linux-gnu is failing with comparison failures.
As far as I can tell, the differences are purely in the debugging
information.

On stage2, for cp/call.o, I see:

 0920 2f63702f 2e2e2f73 79737465 6d2e6800  /cp/../system.h.
 0930 696e636c 7564652f 73746461 72672e68  include/stdarg.h
 0940 005f5f67 6e75635f 76615f6c 6973743a  .__gnuc_va_list:

while in stage3, I see:

 0920 2f63702f 2e2e2f73 79737465 6d2e6800  /cp/../system.h.
 0930 2f757372 2f6c6f63 616c2f6c 69622f67  /usr/local/lib/g
 0940 63632d6c 69622f69 3638362d 70632d6c  cc-lib/i686-pc-l
 0950 696e7578 2d676e75 2f322e39 362f696e  inux-gnu/2.96/in
 0960 636c7564 652f7374 64617267 2e68005f  clude/stdarg.h._

when dumping the .stabstr sections.

I realized that I bootstrapped with `MAKE=make -j 4'.  Could it be
that the recent fixincludes changes don't work with parallel make?
I'll try a serial make and see if that helps.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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