From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29634 invoked by alias); 4 Dec 2001 17:31:13 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 29587 invoked from network); 4 Dec 2001 17:31:04 -0000 Received: from unknown (HELO dot.cygnus.com) (205.180.230.224) by sources.redhat.com with SMTP; 4 Dec 2001 17:31:04 -0000 Received: (from rth@localhost) by dot.cygnus.com (8.11.2/8.11.2) id fB4HUwa07757; Tue, 4 Dec 2001 09:30:58 -0800 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Tue, 04 Dec 2001 09:31:00 -0000 From: Richard Henderson To: Zack Weinberg Cc: gcc@gcc.gnu.org Subject: Re: messy combine problem - PPC Message-ID: <20011204093058.B7748@redhat.com> Mail-Followup-To: Richard Henderson , Zack Weinberg , gcc@gcc.gnu.org References: <20011203204934.GG292@codesourcery.com> <20011203150606.D7284@redhat.com> <20011203235312.GK292@codesourcery.com> <20011203182706.B7420@redhat.com> <20011204063431.GB18650@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011204063431.GB18650@codesourcery.com>; from zack@codesourcery.com on Mon, Dec 03, 2001 at 10:34:31PM -0800 X-SW-Source: 2001-12/txt/msg00134.txt.bz2 On Mon, Dec 03, 2001 at 10:34:31PM -0800, Zack Weinberg wrote: > or is there something else that takes care of that? Yes, that call_used_regs killing loop in record_dead_and_set_regs. r~