From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53407 invoked by alias); 15 Mar 2016 12:17:26 -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 53394 invoked by uid 89); 15 Mar 2016 12:17:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=claim 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; Tue, 15 Mar 2016 12:17:18 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 3D661C00B8C1; Tue, 15 Mar 2016 12:17:17 +0000 (UTC) Received: from localhost.localdomain (vpn1-6-220.ams2.redhat.com [10.36.6.220]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u2FCHF4h000758; Tue, 15 Mar 2016 08:17:15 -0400 Subject: Re: [PATCH] PR69195, Reload confused by invalid reg equivs To: Alan Modra , Jeff Law References: <20160311221624.GB16812@bubble.grove.modra.org> <20160311231350.GC16812@bubble.grove.modra.org> <20160312075821.GK3017@tucnak.redhat.com> <56E3D2BF.90508@redhat.com> <20160312090725.GD16812@bubble.grove.modra.org> <20160312092940.GL3017@tucnak.redhat.com> <2EBC7A3F-3136-4284-9155-D5C0A7875320@gmail.com> <56E44CBD.6010806@redhat.com> <56E70A57.6020305@redhat.com> <20160315022728.GA12055@bubble.grove.modra.org> Cc: Richard Biener , Jakub Jelinek , Andreas Schwab , GCC Patches From: Bernd Schmidt Message-ID: <56E7FD4A.30004@redhat.com> Date: Tue, 15 Mar 2016 12:17:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160315022728.GA12055@bubble.grove.modra.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00830.txt.bz2 On 03/15/2016 03:27 AM, Alan Modra wrote: > On Mon, Mar 14, 2016 at 01:00:39PM -0600, Jeff Law wrote: >> Right. Tolerant as in not crash. > > So can someone please approve my ira.c:indirect_jump_optimize patch? > I'm not quite audacious enough to claim it is obvious. Looks good to me. Bernd