From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88529 invoked by alias); 10 Feb 2020 21:50:20 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 88519 invoked by uid 89); 10 Feb 2020 21:50:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=for, H*i:sk:59ab928, H*f:sk:59ab928 X-HELO: mail-ua1-f48.google.com Received: from mail-ua1-f48.google.com (HELO mail-ua1-f48.google.com) (209.85.222.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2020 21:50:18 +0000 Received: by mail-ua1-f48.google.com with SMTP id l6so3120758uap.13 for ; Mon, 10 Feb 2020 13:50:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=ZcTcXWsKujomrM9DdEwBB25qKzQuDIsn6BQWVn7E3T0=; b=KhCuQN1s87IMqwp7tAY44K6glUCsvGIQ+5sgHtwG7vd/7Eokt8WTPZ8SYwwKIt2JH6 kPmfLTX+ZJSo+2niU6XNbYQ8hCqHE61FKYZajBXUgzvUJxSuEUCSRf2GJ9TVPfVWp1cg kxn+hDuojQj5ofwSqMgoEQ8MDKSS0VMZUCYsTaqNk8aeonMAKAkP53i1O3xo5kr40Jwy Z3S0AK9R7MQjigjdDCtDoBR3mBFlz8+EK47x91Ug+HKNL/z3LFjvW+i7gjHVkLNzMmgp fgXkPVhgEU3AADHDzwyWpDJz14tuovb5OtYQYgLNU6Eo121YoxaSMSZFoyMAcCPYU4Fo GuGw== MIME-Version: 1.0 References: <158133346517.10770.13178331135147729297.scripted-patch-series@arm.com> <59ab928b-5311-e7c0-d9a1-16f76029b190@redhat.com> In-Reply-To: <59ab928b-5311-e7c0-d9a1-16f76029b190@redhat.com> From: Christophe Lyon Date: Mon, 10 Feb 2020 21:50:00 -0000 Message-ID: Subject: Re: [Patch 0/2] [binutils][arm] Armv8-M Custom Datapath Extension. To: Matthew Malcomson Cc: binutils Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00159.txt.bz2 On Mon, 10 Feb 2020 at 16:11, Nick Clifton wrote: > > Hi Matthew, > > > The patch is in two parts: > > Part 1 enables the scalar instructions, which are predicated on *either* > > Armv8-m with the floating point extension *or* Armv8.1-m with the MVE > > extension. > > > > Part 2 enables the vector instructions which are dependent on Armv8.1-m= with > > MVE. > > > > Part 1 was worked on by both me and Stam Markianos-Wright. > > > > The patch series has been successfully regression tested on arm-none-ea= bi and > > arm-wince-pe. > > > > Ok for master? > > Yes - please apply. > Hi, One of these two patches causes a build failure for gas. I'm seeing: ../../gas/config/tc-arm.c: In function =E2=80=98vcx_handle_register_argumen= ts=E2=80=99: ../../gas/config/tc-arm.c:21985:3: error: =E2=80=98for=E2=80=99 loop initial declarations are only allowed in C99 mode for (unsigned i =3D 0; i < num_registers; i++) ^ ../../gas/config/tc-arm.c:21985:3: note: use option -std=3Dc99 or -std=3Dgnu99 to compile your code make[4]: *** [config/tc-arm.o] Error 1 Can you fix it? Thanks Christophe > Cheers > Nick > >