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 79164385189F for ; Tue, 15 Nov 2022 14:04:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 79164385189F 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 8865A13D5; Tue, 15 Nov 2022 06:04:57 -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 B58603F73B; Tue, 15 Nov 2022 06:04:50 -0800 (PST) Message-ID: Date: Tue, 15 Nov 2022 14:04:45 +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> From: "Andre Vieira (lists)" In-Reply-To: <9731d5f7-9932-29a6-8400-6a586cf66c87@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.5 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: Yeah, sorry about that.  I'll have a look. 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 >