From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11844 invoked by alias); 30 Jul 2002 16:10:05 -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 11819 invoked from network); 30 Jul 2002 16:10:04 -0000 Received: from unknown (HELO sccrmhc01.attbi.com) (204.127.202.61) by sources.redhat.com with SMTP; 30 Jul 2002 16:10:04 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020730161003.EQCI23732.sccrmhc01.attbi.com@ocean.lucon.org>; Tue, 30 Jul 2002 16:10:03 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 0810B125D2; Tue, 30 Jul 2002 09:10:02 -0700 (PDT) Date: Tue, 30 Jul 2002 15:49:00 -0000 From: "H. J. Lu" To: Neil Booth Cc: Mike Cleary , bemis@iol.unh.edu, clp@iol.unh.edu, gcc@gcc.gnu.org Subject: Re: bitmap.o error on alpha build of basic toolchain Message-ID: <20020730091002.D2200@lucon.org> References: <3D46AFE6.8070806@iol.unh.edu> <20020730154440.GA11225@daikokuya.co.uk> <20020730090735.B2200@lucon.org> <20020730160654.GA11854@daikokuya.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020730160654.GA11854@daikokuya.co.uk>; from neil@daikokuya.co.uk on Tue, Jul 30, 2002 at 05:06:54PM +0100 X-SW-Source: 2002-07/txt/msg01430.txt.bz2 On Tue, Jul 30, 2002 at 05:06:54PM +0100, Neil Booth wrote: > H. J. Lu wrote:- > > > On Tue, Jul 30, 2002 at 04:44:40PM +0100, Neil Booth wrote: > > > Mike Cleary wrote:- > > > > > > > Hello Neil, > > > > I just checked the same build with the latest CVS and it still came up > > > > with ther error. > > > > > > That's odd. The warnings are bogus, and fixed by a patch rth made > > > a few days ago. The compiler would miscompile itself. I assume > > > the fix was committed, maybe it hasn't been yet. > > > > I got the same error on Linux/alpha. Mon Jul 29 14:38:11 PDT 2002 works > > fine for me. > > Is that more or less recent than the error? > Before Mon Jul 29 14:38:11 PDT 2002, I got /home/hjl/work/gnu/src/gcc/gcc/gcc/bitmap.c:462:5: warning: integer overflow in preprocessor expression /home/hjl/work/gnu/src/gcc/gcc/gcc/bitmap.c:512:5: warning: integer overflow in preprocessor expression /home/hjl/work/gnu/src/gcc/gcc/gcc/bitmap.c:513:3: #error "Fill out the table." /home/hjl/work/gnu/src/gcc/gcc/gcc/bitmap.c:515:5: warning: integer overflow in preprocessor expression make[4]: *** [bitmap.o] Error 1 make[4]: Leaving directory `/export/build/gnu/gcc/build-alpha-linux/gcc' make[3]: *** [stage3_build] Error 2 make[3]: Leaving directory `/export/build/gnu/gcc/build-alpha-linux/gcc' make[2]: *** [bootstrap] Error 2 make[2]: Leaving directory `/export/build/gnu/gcc/build-alpha-linux' H.J.