From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46276 invoked by alias); 4 Aug 2015 02:40:59 -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 46202 invoked by uid 89); 4 Aug 2015 02:40:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: e34.co.us.ibm.com Received: from e34.co.us.ibm.com (HELO e34.co.us.ibm.com) (32.97.110.152) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 04 Aug 2015 02:40:34 +0000 Received: from /spool/local by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 3 Aug 2015 20:40:32 -0600 Received: from d03dlp03.boulder.ibm.com (9.17.202.179) by e34.co.us.ibm.com (192.168.1.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 3 Aug 2015 20:40:30 -0600 X-MailFrom: bergner@vnet.ibm.com X-RcptTo: gcc-patches@gcc.gnu.org Received: from b03cxnp08026.gho.boulder.ibm.com (b03cxnp08026.gho.boulder.ibm.com [9.17.130.18]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id B077A19D803E for ; Mon, 3 Aug 2015 20:31:27 -0600 (MDT) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by b03cxnp08026.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t742dsWb47710280 for ; Mon, 3 Aug 2015 19:39:54 -0700 Received: from d03av05.boulder.ibm.com (localhost [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t742eTDG010305 for ; Mon, 3 Aug 2015 20:40:29 -0600 Received: from [9.76.155.199] (sig-9-76-155-199.ibm.com [9.76.155.199]) by d03av05.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id t742eSjm010224; Mon, 3 Aug 2015 20:40:28 -0600 Subject: Re: [PATCH, rs6000] Fix source operand contraints for tabort. pattern From: Peter Bergner To: David Edelsohn Cc: GCC Patches , Tulio Magno Quites Machado Filho , "Paul E. Murphy" In-Reply-To: References: <1438630768.5030.8.camel@otta> Content-Type: text/plain; charset="UTF-8" Date: Tue, 04 Aug 2015 02:40:00 -0000 Message-ID: <1438656027.5030.30.camel@otta> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15080402-0017-0000-0000-00000CD2741B X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00137.txt.bz2 On Mon, 2015-08-03 at 16:27 -0400, David Edelsohn wrote: > On Mon, Aug 3, 2015 at 3:39 PM, Peter Bergner wrote: > > This has passed bootstrapping and regtesting on trunk. Ok for mainline? > > > > I'd like to also backport this to the release branches. Is this ok for > > them once bootstrapping and regtesting are complete on them? [snip] > Okay. Thanks, I have now committed this to trunk and the 4.9 and 5 branches. Peter