From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59345 invoked by alias); 26 Sep 2018 16:02:34 -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 59329 invoked by uid 89); 26 Sep 2018 16:02:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:108, H*f:sk:CAFiYyc, H*i:sk:CAFiYyc X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Sep 2018 16:02:32 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-01.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1g5CGj-0001mh-O5 from Andrew_Stubbs@mentor.com ; Wed, 26 Sep 2018 09:02:29 -0700 Received: from [172.30.89.207] (137.202.0.90) by svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Wed, 26 Sep 2018 17:02:24 +0100 Subject: Re: [patch] Fix AArch64 ILP ICE To: Richard Biener CC: Andreas Schwab , GCC Patches References: <87d0t5l61l.fsf@igel.home> <54a5acc7-0629-32c1-c20e-b922e8809aaa@codesourcery.com> From: Andrew Stubbs Message-ID: <969049fe-ee1c-d88e-fb05-273901528dae@codesourcery.com> Date: Wed, 26 Sep 2018 16:17:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-09/txt/msg01577.txt.bz2 On 26/09/18 14:38, Richard Biener wrote: > OK. Committed, thanks. Andrew