From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106691 invoked by alias); 9 Nov 2015 18:42:56 -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 106638 invoked by uid 89); 9 Nov 2015 18:42:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: resqmta-po-12v.sys.comcast.net Received: from resqmta-po-12v.sys.comcast.net (HELO resqmta-po-12v.sys.comcast.net) (96.114.154.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 09 Nov 2015 18:42:53 +0000 Received: from resomta-po-02v.sys.comcast.net ([96.114.154.226]) by resqmta-po-12v.sys.comcast.net with comcast id fWiA1r0044tLnxL01Wir04; Mon, 09 Nov 2015 18:42:51 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by resomta-po-02v.sys.comcast.net with comcast id fWip1r0012ztT3H01WiqxS; Mon, 09 Nov 2015 18:42:50 +0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [PATCH][AArch64] PR target/68129: Define TARGET_SUPPORTS_WIDE_INT From: Mike Stump In-Reply-To: <56408451.6010502@arm.com> Date: Mon, 09 Nov 2015 18:42:00 -0000 Cc: GCC Patches , Marcus Shawcroft , Richard Earnshaw , James Greenhalgh Content-Transfer-Encoding: quoted-printable Message-Id: References: <56408451.6010502@arm.com> To: Kyrill Tkachov X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg01061.txt.bz2 On Nov 9, 2015, at 3:32 AM, Kyrill Tkachov wrote: > The aarch64 port does not define TARGET_SUPPORTS_WIDE_INT. > Ok for trunk and GCC 5? :-) I=92d endorse it, but, best left to the target folks.