From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11897 invoked by alias); 17 Dec 2014 16:46:50 -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 11886 invoked by uid 89); 17 Dec 2014 16:46:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f178.google.com Received: from mail-vc0-f178.google.com (HELO mail-vc0-f178.google.com) (209.85.220.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 17 Dec 2014 16:46:46 +0000 Received: by mail-vc0-f178.google.com with SMTP id hq11so7399563vcb.37 for ; Wed, 17 Dec 2014 08:46:44 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.221.65.66 with SMTP id xl2mr11104596vcb.76.1418834804268; Wed, 17 Dec 2014 08:46:44 -0800 (PST) Received: by 10.52.253.33 with HTTP; Wed, 17 Dec 2014 08:46:44 -0800 (PST) In-Reply-To: <54919DF7.4090407@arm.com> References: <000701cfff29$ea4fbcf0$beef36d0$@arm.com> <54919DF7.4090407@arm.com> Date: Wed, 17 Dec 2014 16:54:00 -0000 Message-ID: Subject: Re: New patch: [AArch64] [BE] [1/2] Make large opaque integer modes endianness-safe. From: Marcus Shawcroft To: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg01455.txt.bz2 On 17 December 2014 at 15:15, Tejas Belagod wrote: >> It isn;t clear to me how far through the various BE patches we need to >> get before 59810 is actually resolved? > > > David's 2 patches > > https://gcc.gnu.org/ml/gcc-patches/2014-11/msg01431.html > https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01099.html > > and Alan's 2 patches: > > https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02797.html OK, thanks, my understanding is that all of the above are now blocked waiting some resolution on this patch to rtlanal.c: > https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01087.html /Marcus