From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18450 invoked by alias); 9 Nov 2002 10:26: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 18434 invoked by uid 71); 9 Nov 2002 10:26:03 -0000 Date: Sat, 09 Nov 2002 02:26:00 -0000 Message-ID: <20021109102603.18433.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Franz Sirl Subject: Re: c/8467: Bug in sibling call optimization Reply-To: Franz Sirl X-SW-Source: 2002-11/txt/msg00449.txt.bz2 List-Id: The following reply was made to PR c/8467; it has been noted by GNATS. From: Franz Sirl To: gcc-gnats@gcc.gnu.org Cc: gcc-bugs@gcc.gnu.org, gcc-patches@gcc.gnu.org, Mark Mitchell Subject: Re: c/8467: Bug in sibling call optimization Date: Sat, 9 Nov 2002 11:24:34 +0100 On Thursday 07 November 2002 22:12, Franz Sirl wrote: > Hi, > > it turns out this bug is easily fixed with an intermediate move insn > covering the case when DECL_MODE differs from the mode of the DECL_RTL. > > Bootstrap on powerpc-linux-gnu is currently runnning. > > OK to commit patch&testcase to mainline and branch after the bootstrap > completed successfully? > > Franz. > > > PR c/8467 > * stmt.c (tail_recursion_args): Handle DECL_MODE differing from the > mode of DECL_RTL case. Branch bootstraps on powerpc-linux-gnu and i686-linux-gnu completed without regressions. Franz.