From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [89.208.246.23]) by sourceware.org (Postfix) with ESMTPS id 768703858D20 for ; Mon, 27 Feb 2023 10:45:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 768703858D20 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1677494737; bh=pwj9SRTCkbfEXc7xFGtnsewdZwHWxTcQhefbqDNVH1Q=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=T2+xgPPW/5GntxDZQImyKwaZ3BDD5DDmTKyOIx9ycZXXPgDCtlCQunjcom7+7u0ln OJCgsDdEbuBJDS2mUbrEEtPXisTfeEBlvtne33wyufxk+JPXDkqvtGiFp8CoalA4dz Jm+QUoQsODHPXv1A64os7MQqAX3xqQ3oVFs+Zzso= Received: from [IPv6:2408:8471:1010:26c2:73d:1c5b:48:5072] (unknown [IPv6:2408:8471:1010:26c2:73d:1c5b:48:5072]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id E430765C4C; Mon, 27 Feb 2023 05:45:33 -0500 (EST) Message-ID: <49d31729ad3375dcd1632fc5e4f0621e458afd90.camel@xry111.site> Subject: Re: [PATCH] LoongArch: Add math-barriers.h From: Xi Ruoyao To: Adhemerval Zanella Netto , libc-alpha@sourceware.org Cc: caiyinyu , Wang Xuerui Date: Mon, 27 Feb 2023 18:45:29 +0800 In-Reply-To: <712299a4-2fd2-936d-a016-3557ea8f48d6@linaro.org> 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> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,LIKELY_SPAM_FROM,SPF_HELO_PASS,SPF_PASS,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: On Thu, 2023-02-16 at 10:43 -0300, Adhemerval Zanella Netto wrote: >=20 >=20 > On 16/02/23 10:02, Xi Ruoyao wrote: > > On Wed, 2023-02-15 at 11:25 -0300, Adhemerval Zanella Netto wrote: > > >=20 > > > I meant that I saw math/test-fenv failures with and without the > > > patch > > > and I the master qemu (f670b3eec7f5d1ed8c4573ef244e7b8c6b32001b). > >=20 > > Hi Adhemerval, > >=20 > > Which GCC version did you used?=C2=A0 I'll try with the same GCC versio= n > > on > > the hardware. If it still fails I'll consider it a QEMU issue and > > report > > to QEMU maintainers. > >=20 >=20 > This is the one I used: >=20 > 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... BTW could you (or Yinyu) push the patch? I don't have a write access of glibc.git (yet). --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University