From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by sourceware.org (Postfix) with ESMTPS id 90F073858438 for ; Fri, 16 Dec 2022 19:20:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 90F073858438 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-x435.google.com with SMTP id i7so3456031wrv.8 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=gWj6tYDDFItlRTEDbpUwEC0bMk6AGEzEOHwg+Mon9cdM3IDPzJqH665LBCimnz42uX 2GKTfdcOosw4wjRVDFPq8YoSPZNhGd9+nkHbBDVvGNOaQF8V4QmZHjmm/5D1Dn6Q9jAA yuD6FMQCjOf3hpqu5VHDUObX0cj7ET6vJgLS2EBtX+hpjvXWblsl1mvirOVUlpFW3ml/ 6JealGGJMEg5qkAYMannoz/SDwzA8zaWd3MdUqJN9KxPabfQ/oP537gRsCSXjXPl4uMh oIzJZmiz73bFsIEw8qZcTnnQuW93LH0xp/VG4K31LaIi1Y13Oupa1mL0bHA+SHR5fzFs Hgmg== X-Gm-Message-State: ANoB5pnrXsvXwf79l/Cibi938ehgArz+zqgsrZo74mqQtRn9iFJLHu0K q+mjO48TqQixMtzh0AAwyU1a3Q== 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