This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Ada: Bootstrap failure on i386-unknown-freebsd4.7
- From: Michael Ritzert <ritzert at t-online dot de>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 27 Mar 2003 09:49:05 +0100
- Subject: Ada: Bootstrap failure on i386-unknown-freebsd4.7
Hi all,
since some time my bootstrap dies with:
Bootstrap comparison failure!
ada/treepr.o differs
Looking at the files, the differences are mostly of this kind:
gcc/stage2/ada/treepr.o:
00000280 <treepr__print_entity_info>:
[...]
2d2: e8 fc ff ff ff call 2d3
<treepr__print_entity_info+0x53>
2d7: ff 15 00 00 00 00 call *0x0
2dd: 59 pop %ecx <<
2de: 5b pop %ebx <<
2df: 50 push %eax
gcc/ada/treepr.o:
00000280 <treepr__print_entity_info>:
[...]
2d2: e8 fc ff ff ff call 2d3
<treepr__print_entity_info+0x53>
2d7: ff 15 00 00 00 00 call *0x0
2dd: 5a pop %edx <<
2de: 59 pop %ecx <<
2df: 50 push %eax
In the build logs (I was on vacation and didn't notice this earlier), I see:
-bash-2.05b$ grep '\.o differs' 2003-03-*fail
2003-03-15-1.txt.fail:ada/repinfo.o differs
2003-03-15-1.txt.fail:ada/treepr.o differs
2003-03-17-1.txt.fail:ada/repinfo.o differs
2003-03-17-1.txt.fail:ada/treepr.o differs
2003-03-18-1.txt.fail:ada/repinfo.o differs
2003-03-18-1.txt.fail:ada/treepr.o differs
2003-03-19-1.txt.fail:ada/repinfo.o differs
2003-03-19-1.txt.fail:ada/treepr.o differs
2003-03-21-1.txt.fail:ada/treepr.o differs
2003-03-22-1.txt.fail:ada/treepr.o differs
2003-03-23-1.txt.fail:ada/treepr.o differs
2003-03-24-1.txt.fail:ada/treepr.o differs
2003-03-25-1.txt.fail:ada/treepr.o differs
2003-03-26-1.txt.fail:ada/treepr.o differs
2003-03-26-2.txt.fail:ada/treepr.o differs
2003-03-27-1.txt.fail:ada/treepr.o differs
so it first broke on 2003-03-15, then succeeded two times later on (on the
16th and 20th). I put the file containing the changes I got between the build
of the 14th and 15th at
http://www.globe-tec.de/~ritzert/2003-03-15-1.ChangeLogs.gz and the two
object files at http://www.globe-tec.de/~ritzert/ada-fail.tar.gz .
Michael