From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20187 invoked by alias); 5 Nov 2011 13:12:03 -0000 Received: (qmail 20126 invoked by uid 22791); 5 Nov 2011 13:12:02 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mo-p00-ob.rzone.de (HELO mo-p00-ob.rzone.de) (81.169.146.161) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Nov 2011 13:11:36 +0000 X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT2k715jHQaJercGObUOFkj18odoYNahU4Q== X-RZG-CLASS-ID: mo00 Received: from [192.168.0.22] (business-188-111-022-002.static.arcor-ip.net [188.111.22.2]) by smtp.strato.de (jimi mo62) (RZmta 26.10 AUTH) with ESMTPA id v02b0enA5AdGQW ; Sat, 5 Nov 2011 14:11:18 +0100 (MET) Message-ID: <4EB535F6.3060403@gjlay.de> Date: Sat, 05 Nov 2011 14:36:00 -0000 From: Georg-Johann Lay User-Agent: Thunderbird 2.0.0.24 (X11/20100302) MIME-Version: 1.0 To: Eric Botcazou CC: Paolo Bonzini , gcc-patches@gcc.gnu.org Subject: Re: [Patch]: Fix PR rtl-optimization/50448 References: <4EB275D8.5070209@gjlay.de> <4EB3B348.506@gnu.org> <4EB51CF5.3020002@gjlay.de> <201111051245.41672.ebotcazou@adacore.com> In-Reply-To: <201111051245.41672.ebotcazou@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-11/txt/msg00714.txt.bz2 Eric Botcazou wrote: >> PR rtl-optimization/50448 >> * cprop.c (try_replace_reg): Also try to replace uses of FROM that >> appear in SET_DEST. > > OK if it passes testing, with s/addr/dest/ as addr isn't an address at all. Ok, it's here: http://gcc.gnu.org/viewcvs?view=revision&revision=181011 Johann