From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by sourceware.org (Postfix) with ESMTPS id 96360385F3CA for ; Fri, 16 Dec 2022 19:20:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 96360385F3CA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wr1-x42d.google.com with SMTP id a17so2304553wrt.11 for ; Fri, 16 Dec 2022 11:20:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=oc0dCFiyZ6QxqssXWcvATJAKCuHqEtxjq5noz0YGrB8=; b=CPzGVG6MlqlSZs5tJSR40Yzdau47aZSwkapW9KFvvTu8M9TOSQTj9NqBTYMayF1k83 5OL3r9MlZI8VdPgYBOjw99p2+wOE05GhzJxy28NHUylDosyZl6JoW026cXd0U/bBu6yC bs4NvnFhyKoWKHNasDiLGC1DH4xStT24Rg0WZWcaHSAwjy8YDe9+JD8T1LtHccoj51xW ZxH4+GAAcdtlaLjt2FHmlOU2Be1V8unqJ1lcqkwV+QgcubzXX9TNZcvpxIrJPnJul0/0 tnwXlcH+OoGyZBnEXQ/DblE5OABftiudA5WsgE54J05zNzP9SrJ5/LXEkkxyagUFWx5J v1+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oc0dCFiyZ6QxqssXWcvATJAKCuHqEtxjq5noz0YGrB8=; b=JrDf1eU7ojInrHDoge8g8HEHg6Gl3cL77UMPmfXpCRhXFmz3E1Bt8CTJqMGdBxGfe2 VnqQig7Enaq2p9uz6pQd/nYvRhIUygBuqSOJbaHjmHG8vMFn1XZVz0GGpfRro0Drs556 KypbwgnpQldZ9JbvZWnk2j+ST/UzE5m46R8DQSlwRvJWQRjRyAyILBQQDPP2Jy93Tubn Yl9XjqXKFVCyqjZ+bFzsDOiL1m1NhMa6EbnJm7PMymhNHPWJIY3L9Ao7OQrcMEPT5nzA wGSfEedeLcauQox8UzuTbPOB8Bw1ndhNWj06r8kRL1dIp3dCbpkLVXvwNzvEeyGBNfQf cUnQ== X-Gm-Message-State: ANoB5pmEsTIYWjSitp+pPhg4A5MiXP23w+jLStx3puZ25WIIQBOslM3l 6M9fCPNwRWsoLMqfNcu2iBiRPQ== X-Google-Smtp-Source: AA0mqf46nN4nRpUjyiF2jZ7dJ4H/cooUHFJcM2S3YgclEr8JBI25uT4RQppR3rydH0b//HN9xD+gOw== X-Received: by 2002:a05:6000:50f:b0:236:c62f:eb70 with SMTP id a15-20020a056000050f00b00236c62feb70mr21851107wrf.13.1671218441353; Fri, 16 Dec 2022 11:20:41 -0800 (PST) Received: from fomalhaut.localnet ([2a01:e0a:8d5:d990:e654:e8ff:fe8f:2ce6]) by smtp.gmail.com with ESMTPSA id cl4-20020a5d5f04000000b00242209dd1ffsm3071951wrb.41.2022.12.16.11.20.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Dec 2022 11:20:40 -0800 (PST) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: Jonathan Wakely Cc: i.nixman@autistici.org, libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org, Jonathan Yong <10walls@gmail.com> Subject: Re: Adding a new thread model to GCC Date: Fri, 16 Dec 2022 20:20:39 +0100 Message-ID: <2092961.OBFZWjSADL@fomalhaut> In-Reply-To: References: <0f1f223a-3756-1da3-bd1d-b87edd34e1f9@126.com> <21655510.EfDdHjke4D@fomalhaut> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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: > 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. -- Eric Botcazou