From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31985 invoked by alias); 20 Feb 2002 20:46:04 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 31938 invoked by uid 71); 20 Feb 2002 20:46:02 -0000 Date: Wed, 20 Feb 2002 13:40:00 -0000 Message-ID: <20020220204602.31931.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Graham Stott Subject: Re: target/5736: bootstraping CVS HEAD on powerpc fails in checked build Reply-To: Graham Stott X-SW-Source: 2002-02/txt/msg00521.txt.bz2 List-Id: The following reply was made to PR target/5736; it has been noted by GNATS. From: Graham Stott To: David Edelsohn Cc: pthomas@suse.de, gcc-gnats@gcc.gnu.org, aj@suse.de, aldyh@redhat.com Subject: Re: target/5736: bootstraping CVS HEAD on powerpc fails in checked build Date: Wed, 20 Feb 2002 20:40:01 +0000 David, David Edelsohn wrote: > > How can this patch have an effect on the problem if Altivec is not > enabled? > > David I don't think Altivec needs to be enabled to hit the enable checking failure we just need to pass one of the modes V16QImode, V8HImode, V4SFmode or V4SImode into the LEGITIMATE_OFFSET_ADDRESS_P macro. I did build a powerpc-suse-linux-gnu cross compiler and hit the abort in _mulsi3 applying the patch fixed the abort, but didn't continue the build past building libgcc.a Graham