From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28383 invoked by alias); 24 Feb 2006 19:10:58 -0000 Received: (qmail 28236 invoked by uid 48); 24 Feb 2006 19:10:55 -0000 Date: Fri, 24 Feb 2006 19:13:00 -0000 Message-ID: <20060224191055.28235.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/26459] [4.1/4.2 Regression] gcc fails to build on powerpc e500-double targets In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "edmar at freescale dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg02856.txt.bz2 List-Id: ------- Comment #5 from edmar at freescale dot com 2006-02-24 19:10 ------- (In reply to comment #4) > Edmar -- > > Does changing: > > if (rs6000_float_gprs_string == NULL) \ > rs6000_float_gprs = 2; > > too: > > if (!rs6000_explicit_options.float_gprs) \ > rs6000_float_gprs = 2; > > work? Not just compile, but also generate the code you expect? > I started a build. This is a very slow target, it will take several hours... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26459