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 B67C23858431 for ; Sun, 7 Apr 2024 08:38:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B67C23858431 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B67C23858431 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=89.208.246.23 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712479085; cv=none; b=vtMpACUjijGdyRFcUnU3j9s9MzOuLvjIDdg9QRUmkEmcx/cWnU6zleJp6u3eVBeeWUZHVxkEUaGGaNSFfDxqVD42Qoc6Sp6mKqqGo1gAK2pvovDhGlMKMmQkw5oinLn0Fgu4lFhugI6W58krZzs/FDEHWIcnhl5Sm0NGTPOgwG8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712479085; c=relaxed/simple; bh=akTmmf/V7Gg5sYOQHGa0Rnn4iVmdfg9VAM7LRwR2lns=; h=DKIM-Signature:Message-ID:Subject:From:To:Date:MIME-Version; b=Dcvl617od4iJtTccarG3CE5Bxrq80amCHezu7DPTxZsHDdSjHTOJXUNby/gtKwPk/2gLpKmcoUW9Snr+A8q6eHnPHDJuivSb8CihL/WLr5E+r6yomBiOAch0Ug6c4I1IaFU+ExERP4ecp78zpDrtdXtrjQ9dAUOheBLR+brSHxY= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1712479083; bh=akTmmf/V7Gg5sYOQHGa0Rnn4iVmdfg9VAM7LRwR2lns=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=Of0P24r1nFiy7iMxn8D0I70E+gXe7oXE39GIFZj0PA+xgMzQXZZCfsF6Lt/Z7nH93 t6UAn3v22L4Vok7SKhusIP0tTIKOH7U7baCBhRTsvo6J9dHbDLMzSKHcx0+ba4yrdi xc40n5D08fgKUaBnHHiVdpYlumED3p13coDgqs34= Received: from [127.0.0.1] (unknown [IPv6:2001:470:683e::1]) (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 C43CE66907; Sun, 7 Apr 2024 04:38:02 -0400 (EDT) Message-ID: <36c233c1e4e1e985b6e77ca7a8b3cd80bc6cfe5e.camel@xry111.site> Subject: Re: [PATCH] LoongArch: Enable switchable target From: Xi Ruoyao To: Yang Yujie Cc: gcc-patches@gcc.gnu.org, chenglulu@loongson.cn, xuchenghua@loongson.cn Date: Sun, 07 Apr 2024 16:38:00 +0800 In-Reply-To: <7pa7okzoeiw4i7y2ixcbfi5mjez547hmoyvn3vdhzs5hm27ifn@4zgoe7uitqax> References: <20240407074743.2747877-2-yangyujie@loongson.cn> <7pa7okzoeiw4i7y2ixcbfi5mjez547hmoyvn3vdhzs5hm27ifn@4zgoe7uitqax> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.52.0 MIME-Version: 1.0 X-Spam-Status: No, score=-1.8 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 Sun, 2024-04-07 at 16:23 +0800, Yang Yujie wrote: > On Sun, Apr 07, 2024 at 04:23:53PM +0800, Xi Ruoyao wrote: > > On Sun, 2024-04-07 at 15:47 +0800, Yang Yujie wrote: > > > This patch fixes the back-end context switching in cases where functi= ons > > > should be built with their own target contexts instead of the > > > global one, such as LTO linking and functions with target attributes = (TBD). > > >=20 > > > PR target/113233 > >=20 > > Oops, so this PR isn't fixed with r14-7134 "LoongArch: Implement option > > save/restore"?=C2=A0 Should I reopen it? > >=20 > > --=20 > > Xi Ruoyao > > School of Aerospace Science and Technology, Xidian University >=20 > Yes, the issue was not fixed with that patch. This one should do. So reopened the PR. --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University