From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id F0296386FF0C for ; Sun, 18 Dec 2022 11:14:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F0296386FF0C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x636.google.com with SMTP id m4so6472607pls.4 for ; Sun, 18 Dec 2022 03:14:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:subject:from:content-language :references:to:user-agent:mime-version:date:message-id:from:to:cc :subject:date:message-id:reply-to; bh=LeBN4IugQuilh6rYwY1wr8niecQyI7KHs2Mufp+XxmA=; b=KF/pcMN1w/s5zcPsLUbPbNYu/803zyVk3dGXa5n4psspKqWeA3Pbw8dXAOkEtk+R1j q0g82N+oPF59X5TtHapLIuxCOSnA53VxZPwcJikJQll9pIQhg99Seqhkq+VIuvFRkjz6 94humG9Ix5kE3rMZoOrLv7z9VmvE5dVPFBO0bWH7qfi2/9gQxHcbGnKqm5IiL9UVTz2F gOSf4s6yYGFIdoQnhre2TLyUW2/BGS205YNvvE/ZqMxYBrwDDAADy9aTBT6T1jQvNZoS r7x61h2d68DBTKfyaQcO6TMeiGGqNGi4L/n9IgqSiWihd0Eec6VD7CY3ag6GTN0OOkIJ 0TCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:subject:from:content-language :references:to:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=LeBN4IugQuilh6rYwY1wr8niecQyI7KHs2Mufp+XxmA=; b=o+XdcyhpZJZWfj3rGvX5bvD5uv80c69C685IRHG00MjWFir78LESXfICzXo+ZeTsQx hK+uiUMcjhBv/ZUISPHcJ6g671eB+MecWqBop9Z7gdvh/YvDVOHATJpKg17ChP22OxLK ktDYvVgP90RnNeABic5o/YKWbi3nwNtgOaa1GaD5T+BdonwVbythpdT4fAWG5Vrf1Het dHM5f4Km+z9uRLVC3k16rEqW9UnBSaOm/VzmjOXxsmiNB8vgkFZYVvb6mXh5cqqHhTn8 aUIaFOttg8YTtqV4B6AR51I338CQV6DvrBE89t8lnQPVkfk7eZyNkg/00/bm4Ulxm/jz 7SPQ== X-Gm-Message-State: AFqh2ko3hlMdF7ut7YVh5TSx/WexrpWVok2C319swqkPUgVfgaIJZuiI u/cKKhPKr6Pi+EazFGDcNTt7KeFjpg0= X-Google-Smtp-Source: AMrXdXvd9HaVNYgCzcvbPSOFn/1t+bk799H6wS1FjvhahlU3wHNcuxjScq7OsC83miqVarjGkLBq3A== X-Received: by 2002:a17:902:7d89:b0:190:fe60:48c4 with SMTP id a9-20020a1709027d8900b00190fe6048c4mr5443657plm.21.1671362053803; Sun, 18 Dec 2022 03:14:13 -0800 (PST) Received: from ?IPV6:2001:f40:91b::951? ([2001:f40:91b::951]) by smtp.gmail.com with ESMTPSA id x17-20020a170902ec9100b00176ab6a0d5fsm4909070plg.54.2022.12.18.03.14.12 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 18 Dec 2022 03:14:13 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2022 11:14:11 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 To: gcc-patches@gcc.gnu.org References: <0f1f223a-3756-1da3-bd1d-b87edd34e1f9@126.com> <4435122.LvFx2qVVIh@fomalhaut> <5795a640ae545b07f11763c310825cc9@autistici.org> <21655510.EfDdHjke4D@fomalhaut> Content-Language: en-US From: Jonathan Yong <10walls@gmail.com> Subject: Re: Adding a new thread model to GCC In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3032.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,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: On 10/31/22 15:22, i.nixman--- via Gcc-patches wrote: > On 2022-10-31 09:18, Eric Botcazou wrote: > > Hi Eric! > > thank you very much for the job! > I will try to build our (MinGW-Builds project) builds using this patch > and will report back. > > @Jonathan > > what the next steps to be taken to accept this patch? > I don't see any obvious problems with it, looks OK to me.