From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26194 invoked by alias); 6 Mar 2002 10:36:07 -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 26143 invoked by uid 71); 6 Mar 2002 10:36:05 -0000 Date: Wed, 06 Mar 2002 02:36:00 -0000 Message-ID: <20020306103605.26142.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Richard Earnshaw Subject: Re: target/5828: gcc-3.0.4 on arm : floating point registers incorrectly reloaded Reply-To: Richard Earnshaw X-SW-Source: 2002-03/txt/msg00190.txt.bz2 List-Id: The following reply was made to PR target/5828; it has been noted by GNATS. From: Richard Earnshaw To: jeroen dobbelaere Cc: nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org, Richard.Earnshaw@arm.com Subject: Re: target/5828: gcc-3.0.4 on arm : floating point registers incorrectly reloaded Date: Wed, 06 Mar 2002 10:30:11 +0000 + 2002-03-04 Jeroen Dobbelaere + + * config/arm/arm.c (arm_output_epilogue): bug 5828 : offset + must start at 0 in stead of 12. + This patch is incorrect. 1) this doesn't precisely describe your patch (which starts at -4) 2) It is cludge to work around another bug further down the function. R.