From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from confino.investici.org (confino.investici.org [93.190.126.19]) by sourceware.org (Postfix) with ESMTPS id 9E5F83858D1E; Thu, 22 Dec 2022 12:28:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9E5F83858D1E Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=autistici.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=autistici.org Received: from 1.mail-backend.investici.org (unknown [10.0.0.11]) by confino.investici.org (Postfix) with ESMTP id 4Nd8jV64Pwz10yR; Thu, 22 Dec 2022 12:28:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1671712094; bh=Rx7/QjGWLjRDC9UtWhqyHBqGqSaeNddyWgNn2FL73Y0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=G4qBb0RNOlKmeQLYi5hbQFJTerJszzohrAa5Iiu5G8+07BXSsCIQXkE7mpYFZvZqe BOvjMCDV81pRFs7wBc9/S3yQa9VyPcBhmWl8B5T2ZjwD8mUmBHQ5LupUZFAJvmOmvk 2AxM+L9FjIAVIHzJStEvTyzIHsHcY4zZfPGGnV/E= Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: i.nixman@autistici.org) by 1.mail-backend.investici.org (Postfix) with ESMTPA id 4Nd8jV4SLCz613t; Thu, 22 Dec 2022 12:28:14 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 22 Dec 2022 12:28:14 +0000 From: i.nixman@autistici.org To: Jonathan Yong <10walls@gmail.com> Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Adding a new thread model to GCC In-Reply-To: <45c84c01-74ca-3739-6482-2bbc94de0e9a@gmail.com> References: <0f1f223a-3756-1da3-bd1d-b87edd34e1f9@126.com> <21655510.EfDdHjke4D@fomalhaut> <2092961.OBFZWjSADL@fomalhaut> <45c84c01-74ca-3739-6482-2bbc94de0e9a@gmail.com> User-Agent: Roundcube Webmail Message-ID: <00af136c637f5231670c0fb6f7906d42@autistici.org> X-Sender: i.nixman@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,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 2022-12-22 12:21, Jonathan Yong wrote: hello, > On 12/16/22 19:20, Eric Botcazou wrote: >>> The libgcc parts look reasonable to me, but I can't approve them. >>> Maybe Jonathan Yong can approve those parts as mingw-w64 target >>> maintainer, or maybe a libgcc approver can do so. >> >> OK. >> >>> The libstdc++ parts are OK for trunk. IIUC they could go in >>> separately, they just wouldn't be very much use without the libgcc >>> changes. >> >> Sure thing. >> > > Ping, need help to commit it? yes, it would be great if we can merge the path into gcc-13! I've tested it on gcc-12-branch and gcc-master for i686/x86_64 windows, with msvcrt and ucrt runtime - works as it should! Eric ^^^ best!