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 B56333858D28 for ; Mon, 6 Mar 2023 02:48:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B56333858D28 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=1678070931; bh=9esYg4ccDLOL6tvlh3Q5TewYbUnbvYedl/ujZGuFheM=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=RqlbsGyRcRamIoxIRheoyM2fHemjRcYECtBalSnVd/Iy1fnlvD3moSarGeIzwaCAb mh/maJVcr3s0svVD3YHbBH4aod61cGVY/tGkTZnFl/fwRyA4M3V8XJ8o9Mo7fioA7z uq3rm40EDIy2/5gEAs1TaQBVx2p0cwKs/UqLm2GQ= Received: from [IPv6:240e:358:118d:7900:dc73:854d:832e:6] (unknown [IPv6:240e:358:118d:7900:dc73:854d:832e:6]) (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 762B165CE8; Sun, 5 Mar 2023 21:48:45 -0500 (EST) Message-ID: <87e2942cfc448710c4759aedbbe0f34f05a76aeb.camel@xry111.site> Subject: Re: [PATCH 0/2] LoongArch: testsuite: Fix tests related to stack From: Xi Ruoyao To: Lulu Cheng Cc: gcc-patches@gcc.gnu.org, WANG Xuerui , Chenghua Xu , Yujie Yang , Mike Stump Date: Mon, 06 Mar 2023 10:48:40 +0800 In-Reply-To: <9b7181b2-00b5-9fd1-316e-979cf580e6e1@loongson.cn> References: <20230303084011.8989-1-xry111@xry111.site> <9b7181b2-00b5-9fd1-316e-979cf580e6e1@loongson.cn> 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.2 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 Mon, 2023-03-06 at 09:15 +0800, Lulu Cheng wrote: >=20 > =E5=9C=A8 2023/3/6 =E4=B8=8A=E5=8D=8812:21, Xi Ruoyao =E5=86=99=E9=81=93: > > On Fri, 2023-03-03 at 08:21 -0800, Mike Stump wrote: > > > On Mar 3, 2023, at 12:40 AM, Xi Ruoyao via Gcc-patches > > > wrote: > > > > Some trivial test case fixes.=C2=A0 Ok for trunk? > > > Ok. > > Lulu: if you don't object I'll push these two in this week. > >=20 > > I tried to bisect for the exact point where the test cases are broken, > > but it turns out they are broken the first day committed (r13-4401).=C2= =A0 As > > the draft of r13-4401 was sent in Sept 2022 but it's committed in Nov > > 2022, I can only guess something had changed in the two months and brok= e > > the tests... >=20 > Sorry for the late reply, the first patch I think is fine. But I haven't= =20 > reproduced the problem of the second mail. >=20 > Is there any special option in the configuration? Oh some strange thing might be happening... I'll try to figure out what has caused the behavior difference. >=20 --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University