From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devianza.investici.org (devianza.investici.org [198.167.222.108]) by sourceware.org (Postfix) with ESMTPS id ECE5C38582B4; Mon, 24 Oct 2022 08:20:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ECE5C38582B4 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 devianza.investici.org (Postfix) with ESMTP id 4Mwp0t2HbQz6vJp; Mon, 24 Oct 2022 08:20:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1666599630; bh=TTFJ+tIwKLRXHamrmuSTLachH4rXbG/lafTbLARifJE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Tx//0twvsRA8j+phqSBZJ10wr7Dsl9ImnlZyJ3KM+8CAxBqwvf65EHwW+J1sO5sZ7 EClAKmXLHdCGWW2sYd4f55MA6QTNGR2pmnDhZTvw95sKRrHGb9TdbtWnS/Y88ARR6f URzlW3l8uA1COc1lQc7rcQeYopYi+jC/fiVZf8nI= 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 4Mwp0t1KMCz5sy1; Mon, 24 Oct 2022 08:20:30 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 24 Oct 2022 08:20:30 +0000 From: i.nixman@autistici.org To: Eric Botcazou Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Adding a new thread model to GCC In-Reply-To: <4751285.GXAFRqVoOG@fomalhaut> References: <0f1f223a-3756-1da3-bd1d-b87edd34e1f9@126.com> <4435122.LvFx2qVVIh@fomalhaut> <5795a640ae545b07f11763c310825cc9@autistici.org> <4751285.GXAFRqVoOG@fomalhaut> User-Agent: Roundcube Webmail Message-ID: <587e27d74892a8e6e5b5ac7b9c99b4cb@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.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,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-10-24 08:15, Eric Botcazou wrote: >> could you please refresh/recheck your patch for the current gcc master >> and solve the objections noted in the thread? is it possible? > Hi, > I can do the former, but not the latter as my development setup (mostly > testing) on Windows has nearly vanished in the meantime. But this > rewritten > implementation is the one used by the C/C++/Ada compilers from AdaCore. ah, it's great! thank you very much! best!