From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105441 invoked by alias); 11 Jun 2015 10:54:23 -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 105412 invoked by uid 89); 11 Jun 2015 10:54:22 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f171.google.com Received: from mail-wi0-f171.google.com (HELO mail-wi0-f171.google.com) (209.85.212.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 11 Jun 2015 10:54:21 +0000 Received: by wigg3 with SMTP id g3so72457365wig.1 for ; Thu, 11 Jun 2015 03:54:18 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.178.225 with SMTP id db1mr15629410wjc.153.1434020058853; Thu, 11 Jun 2015 03:54:18 -0700 (PDT) Received: by 10.180.210.169 with HTTP; Thu, 11 Jun 2015 03:54:18 -0700 (PDT) In-Reply-To: <5570544B.8000508@arm.com> References: <5570544B.8000508@arm.com> Date: Thu, 11 Jun 2015 10:56:00 -0000 Message-ID: Subject: Re: Re: [PATCH][AARCH64]Add ACLE 2.0 predefined macros: __ARM_ALIGN_MAX_PWR and __ARM_ALIGN_MAX_STACK_PWR From: Marcus Shawcroft To: Renlin Li Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00823.txt.bz2 On 4 June 2015 at 14:36, Renlin Li wrote: > Hi Marcus, > > Sorry for the delay. I have come up with an updated patch. Two test cases > are added to check against the limit. > > __ARM_ALIGN_MAX_STACK_PWR is hard coded into 16. > __ARM_ALIGN_MAX_PWR is hard coded into 28 which is the maximum allowable > alignment user can define for aarch64 backend. > > > Okay to commit on trunk, and backport to 5.0? OK for trunk. /Marcus