From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47239 invoked by alias); 3 Aug 2015 11:04:02 -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 47225 invoked by uid 89); 3 Aug 2015 11:04:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: cam-smtp0.cambridge.arm.com Received: from fw-tnat.cambridge.arm.com (HELO cam-smtp0.cambridge.arm.com) (217.140.96.140) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 03 Aug 2015 11:04:01 +0000 Received: from arm.com (e106375-lin.cambridge.arm.com [10.2.207.23]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id t73B3v6v023722; Mon, 3 Aug 2015 12:03:57 +0100 Date: Mon, 03 Aug 2015 11:04:00 -0000 From: James Greenhalgh To: Kyrill Tkachov Cc: GCC Patches , Marcus Shawcroft , Richard Earnshaw Subject: Re: [PATCH][AArch64][9/14] Implement TARGET_CAN_INLINE_P Message-ID: <20150803110357.GA10971@arm.com> References: <55A7CBDE.2090609@arm.com> <20150721160757.GA14953@arm.com> <55B0BF30.2030007@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55B0BF30.2030007@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00043.txt.bz2 On Thu, Jul 23, 2015 at 11:17:20AM +0100, Kyrill Tkachov wrote: > Thanks, I've implemented the suggestions. > Re-bootstrapped and tested on aarch64. > How's this? This is good. OK for trunk. Thanks, James