From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8420 invoked by alias); 30 Oct 2014 10:52:11 -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 8410 invoked by uid 89); 30 Oct 2014 10:52:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 30 Oct 2014 10:52:10 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9UAq8WV021108 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 30 Oct 2014 06:52:08 -0400 Received: from tucnak.zalov.cz (ovpn-116-116.ams2.redhat.com [10.36.116.116]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9UAq62i011469 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Thu, 30 Oct 2014 06:52:07 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.14.9/8.14.9) with ESMTP id s9UAq55E027994; Thu, 30 Oct 2014 11:52:05 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.14.9/8.14.9/Submit) id s9UAq4ij027993; Thu, 30 Oct 2014 11:52:04 +0100 Date: Thu, 30 Oct 2014 11:11:00 -0000 From: Jakub Jelinek To: Georg-Johann Lay Cc: Denis Chertykov , GCC Patches , Jeff Law Subject: Re: [patch,avr,4.9] Fix PR63633 ICEs for expanders colliding hard-regs Message-ID: <20141030105204.GC10376@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <544F8D44.1060000@gjlay.de> <544F9045.3020709@gjlay.de> <545215D6.9070202@gjlay.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <545215D6.9070202@gjlay.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg03193.txt.bz2 On Thu, Oct 30, 2014 at 11:41:26AM +0100, Georg-Johann Lay wrote: > 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. Too late, it has been already released. The branch is open again, you don't need any RM approval now. Jakub