From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12637 invoked by alias); 30 Oct 2014 10:43:57 -0000 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 Received: (qmail 31707 invoked by uid 89); 30 Oct 2014 10:41:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mo4-p00-ob.smtp.rzone.de Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de) (81.169.146.218) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 30 Oct 2014 10:41:38 +0000 X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT3ol15ykJcYwTPLBCxG2Pg6JVq6JhQ== X-RZG-CLASS-ID: mo00 Received: from [192.168.0.22] (ip5f5818d3.dynamic.kabel-deutschland.de [95.88.24.211]) by smtp.strato.de (RZmta 35.10 DYNA|AUTH) with ESMTPSA id m06637q9UAfUjSv (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate); Thu, 30 Oct 2014 11:41:30 +0100 (CET) Message-ID: <545215D6.9070202@gjlay.de> Date: Thu, 30 Oct 2014 11:05:00 -0000 From: Georg-Johann Lay User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Denis Chertykov CC: GCC Patches , Jakub Jelinek , Jeff Law Subject: Re: [patch,avr,4.9] Fix PR63633 ICEs for expanders colliding hard-regs References: <544F8D44.1060000@gjlay.de> <544F9045.3020709@gjlay.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg03192.txt.bz2 Am 10/30/2014 07:48 AM, schrieb Denis Chertykov: >> Am 10/28/2014 01:34 PM, schrieb Georg-Johann Lay: >>> >>> Middle-end might come up with hard registers as operands for expanders >>> which >>> clobber respective hard regs. This patch uses freshly created pseudos for >>> respective expander operands and emits pseudo <-> hard move insn. >>> >>> Ok for 4.9.2? >> > > Ok. > Please apply. > > Denis. I am also waiting for approval from release manager. Johann