From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2703 invoked by alias); 27 Mar 2003 08:49:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2685 invoked from network); 27 Mar 2003 08:49:10 -0000 Received: from unknown (HELO mailout01.sul.t-online.com) (194.25.134.80) by sources.redhat.com with SMTP; 27 Mar 2003 08:49:10 -0000 Received: from fwd03.sul.t-online.de by mailout01.sul.t-online.com with smtp id 18yT4O-000588-0B; Thu, 27 Mar 2003 09:49:08 +0100 Received: from p508BA7DE.dip.t-dialin.net (0620532566-0001@[80.139.167.222]) by fmrl03.sul.t-online.com with esmtp id 18yT4M-0ucQLoC; Thu, 27 Mar 2003 09:49:06 +0100 From: Michael Ritzert To: gcc@gcc.gnu.org Subject: Ada: Bootstrap failure on i386-unknown-freebsd4.7 Date: Thu, 27 Mar 2003 09:20:00 -0000 User-Agent: KMail/1.5.9 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200303270949.05422.ritzert@t-online.de> X-Sender: 0620532566-0001@t-dialin.net X-SW-Source: 2003-03/txt/msg01649.txt.bz2 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 : [...] 2d2: e8 fc ff ff ff call 2d3 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 : [...] 2d2: e8 fc ff ff ff call 2d3 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