From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 273443896C10 for ; Tue, 15 Nov 2022 14:46:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 273443896C10 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 12A3F13D5; Tue, 15 Nov 2022 06:46:39 -0800 (PST) Received: from [10.57.5.16] (unknown [10.57.5.16]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 47FD03F587; Tue, 15 Nov 2022 06:46:32 -0800 (PST) Message-ID: <2ffd3e5e-7436-d06a-6d97-30225a79902e@arm.com> Date: Tue, 15 Nov 2022 14:46:27 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: New AArch64 GAS testsuite failure for CSSC Content-Language: en-US To: Nick Clifton Cc: Binutils References: <9731d5f7-9932-29a6-8400-6a586cf66c87@redhat.com> <95438b50-e46e-d9f6-712e-b4a5323a09f7@arm.com> From: "Andre Vieira (lists)" In-Reply-To: <95438b50-e46e-d9f6-712e-b4a5323a09f7@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_00,KAM_DMARC_NONE,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,NICE_REPLY_A,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Nope... can't reproduce on aarch64_be-linux-gnu either. Could you check again? How exactly are you configuring your toolchain? I used 'configure --disable-sim --disable-gdb --target=aarch64_be-linux-gnu' and was built in an aarch64-linux-gnu host. Kind regards, Andre On 15/11/2022 14:43, Andre Vieira (lists) via Binutils wrote: > Hi Nick, > > I committed attached patch as obvious to fix the first issue and I was > about to say I couldn't reproduce the big endian failure, but I just > noticed I was building a aarch64_be-none-elf. I'll go have a look at > aarch64_be-linux-gnu now... > > Kind regards, > Andre > > On 15/11/2022 10:42, Nick Clifton wrote: >> Hi Andre, >> >>   I am seeing a new testsuite failure in the GAS testsuite for AArch64 >>   targets.  There appear to be two problems.  For a toolchain configured >>   as aarch64-linux-gnu it seems that the regexps do not match. (There >>   appears to be some extra text in gas/testsuite/gas/aarch64/cssc.d that >>   is not present in the disassembler output). >> >>   Secondly, for a toolchain configured as aarch64_be-linux-gnu the test >>   source file does not assemble at all. :-( >> >>   Please could you fix these problems ? >> >> Cheers >>   Nick >>