From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailbox.box.xen0n.name (mail.xen0n.name [115.28.160.31]) by sourceware.org (Postfix) with ESMTPS id 99C133858D20 for ; Mon, 27 Feb 2023 11:25:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 99C133858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=xen0n.name Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xen0n.name DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xen0n.name; s=mail; t=1677497137; bh=lhuJVAAx/Ov02yLIQqVrWWkLowdLoUEpu4PjbOKmKkk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=XV+LIpFl6RGrTBgTa52IMx+D1N/U/1BR/9emiAfih+lky88q647B/bgEk7L8Bu6kG 4BG0JOa5zDMsJNuWHarCLBEqAWkS9OISyy7CA3Dp7xqDP4JaxQr7858CiR0BuMpi+2 lb/APSuUyESwG3+OJkpnQiSIYjuSYC8eWm43E5as= Received: from [192.168.9.172] (unknown [114.93.192.93]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailbox.box.xen0n.name (Postfix) with ESMTPSA id 4DA4C600CF; Mon, 27 Feb 2023 19:25:37 +0800 (CST) Message-ID: Date: Mon, 27 Feb 2023 19:25:36 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH] LoongArch: Add math-barriers.h Content-Language: en-US To: Adhemerval Zanella Netto , Xi Ruoyao , libc-alpha@sourceware.org Cc: caiyinyu References: <20230214085713.44338-1-xry111@xry111.site> <617e860d-9bf3-ddc0-8791-655e611ad7ac@linaro.org> <2bd6fce7-d77c-e034-934f-31f85afb9549@linaro.org> <0b68dffcb84c8df71a7014b5e503669b8e6298ff.camel@xry111.site> <712299a4-2fd2-936d-a016-3557ea8f48d6@linaro.org> <49d31729ad3375dcd1632fc5e4f0621e458afd90.camel@xry111.site> <2a86fdc4-57eb-83cf-3470-a319ece2e064@linaro.org> From: WANG Xuerui In-Reply-To: <2a86fdc4-57eb-83cf-3470-a319ece2e064@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2/27/23 19:23, Adhemerval Zanella Netto wrote: > > On 27/02/23 07:45, Xi Ruoyao wrote: >> On Thu, 2023-02-16 at 10:43 -0300, Adhemerval Zanella Netto wrote: >>> >>> On 16/02/23 10:02, Xi Ruoyao wrote: >>>> On Wed, 2023-02-15 at 11:25 -0300, Adhemerval Zanella Netto wrote: >>>>> I meant that I saw math/test-fenv failures with and without the >>>>> patch >>>>> and I the master qemu (f670b3eec7f5d1ed8c4573ef244e7b8c6b32001b). >>>> Hi Adhemerval, >>>> >>>> Which GCC version did you used?  I'll try with the same GCC version >>>> on >>>> the hardware. If it still fails I'll consider it a QEMU issue and >>>> report >>>> to QEMU maintainers. >>>> >>> This is the one I used: >>> >>> gcc version 12.1.1 20220719 [releases/gcc-12 r12-8552-g65941a91091] >>> (GCC) >> On a hardware (3A5000-7A2000-EVB) the test passes with the same GCC. My >> first guess would be a QEMU issue. There could be a difference in >> Binutils version but I don't think a Binutils difference can cause fenv >> failure... >> > That is my guess as well it is qemu issue. Interesting, I'll help check the qemu side this week.