From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21877 invoked by alias); 16 Dec 2002 22:55:43 -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 21826 invoked from network); 16 Dec 2002 22:55:41 -0000 Received: from unknown (HELO nikam.ms.mff.cuni.cz) (195.113.18.106) by sources.redhat.com with SMTP; 16 Dec 2002 22:55:41 -0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id 968354EC12; Mon, 16 Dec 2002 23:55:42 +0100 (CET) Date: Mon, 16 Dec 2002 15:08:00 -0000 From: Jan Hubicka To: "Billinghurst, David (CRTS)" Cc: Jan Hubicka , Zack Weinberg , gcc@gcc.gnu.org Subject: Re: basic-improvements call for testers Message-ID: <20021216225542.GI3138@kam.mff.cuni.cz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-SW-Source: 2002-12/txt/msg00960.txt.bz2 > The HOST_WIDE_INT stuff is fixed (thanks Zack). > > I strongly suspect (see PR audit trail) that PR 8521 is due to patch > > Wed Nov 6 18:54:47 2002 Alexandre Oliva > > * config/mips/mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output > .gpword/.gpdword for ABI_N32 and ABI_64 too, if using the GNU > assembler. > * config/mips/mips.md (tablejump_internal3): Output .cpadd > before jump on ABI_N32 too. > (tablejump_internal4): Ditto on ABI_64. Increase maximum > length to match. I've just commited the fix for irix6.5 so I can bootstrap now. It makes GCC to not use PIC relative code for N32 and non-gas configurations. Honza > > I will work on identifying the cygwin problem today. > > > -----Original Message----- > From: Jan Hubicka [mailto:jh@suse.cz] > Sent: Monday, 16 December 2002 8:05 PM > To: Zack Weinberg > Cc: Billinghurst, David (CRTS); gcc@gcc.gnu.org > Subject: Re: basic-improvements call for testers > > > > "Billinghurst, David (CRTS)" writes: > > > > > I have two PRs open for BIB. > > > - 8521: Bootstrap failure on irix6.5 > The irix 6.5 problem seems to be indirectly caused by HOST_WIDE_INT > stuff - preprocessor expect HOST_WIDE_INT to be wider than WCHAR that > can be 64bit for irix. Unless someone else will do it, I will debug it > afternoon. > > Honza > > > - 8331: bootstrap failure in ada/decl.c on cygwin > > > > I don't have ready access to either of these platforms. I need you to > > track down (by binary search on the CVS repo, if necessary) the actual > > patch which caused each of these bootstrap failures. We can then > > figure out how to fix it. > > > > zw