From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18937 invoked by alias); 5 Jan 2007 17:52:30 -0000 Received: (qmail 18912 invoked by alias); 5 Jan 2007 17:52:18 -0000 Date: Fri, 05 Jan 2007 17:52:00 -0000 Message-ID: <20070105175218.18911.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/30370] Build failure in libgcc2 powitf2 with ICE in gen_reg_rtx In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "joseph at codesourcery dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg00307.txt.bz2 ------- Comment #4 from joseph at codesourcery dot com 2007-01-05 17:52 ------- Subject: Re: Build failure in libgcc2 powitf2 with ICE in gen_reg_rtx On Fri, 5 Jan 2007, rask at sygehus dot dk wrote: > The option -specs=ldblspecs is added by gcc/config/rs6000/t-ppccomm when > compiling libgcc2 for GNU systems, but there is a typo in the condition. The > build is now in progress past the failure point after applying the attached > patch. Thanks, I'd just presumed that the condition in t-ppccomm, though peculiarly written, did work. If we add ifeq (,$(findstring gnuspe,$(target))) to the condition as well, then that should complete letting 4.1 and 4.2 build properly out of the box for SPE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30370