From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x435.google.com (mail-pf1-x435.google.com [IPv6:2607:f8b0:4864:20::435]) by sourceware.org (Postfix) with ESMTPS id 18936385840C; Fri, 28 Jan 2022 18:17:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 18936385840C Received: by mail-pf1-x435.google.com with SMTP id n32so6860308pfv.11; Fri, 28 Jan 2022 10:17:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=04KenftOi3UOdCIikYjrSHcTjivVlbcZtonMqJ7G/Q0=; b=OPbE07LTdUHTRD1KmYrSWkgQiLK2myP42w9O1hi9nM0USqwtWFq181yhI8Se1wHtcY jvTBmA1RoW3qv4Wg6vHiJz6AlD2MmMECwKBJV3+JSb5DmC6Df/UGB0ZA6wxkNyv8y+sF 6UIjz4Xw7qLVsEwx6qlHbPTQGdlIIlgYWweYpQiKMylGBDQU3wC/eK7+uVBJWZJ//XAH pL60af4q2oYs/iwLyijs9Gg5wOg4SzZUDRTvyZ5NJ8NuPctH8S3r6T1Ct/dxRsiGMN0i TVGnUmTw49WsZxnkmQXLFihQUGwEqzG3STbDSC6t+xOQK/x6wsyJQOtb+YNp8ns/6T7R eq6w== X-Gm-Message-State: AOAM5302Z43szWNRXFsZlse3LWbXRzO0nL4U0zQ8xGJkCF1li27hcTdo NGwX5xQDbESkDpFPCaBoo9U= X-Google-Smtp-Source: ABdhPJyRJdVLDd5DcwCKo65cUUhuPeHnNiNvXjTDVk1+c2RLAEa5t61zrmiIWEA/VLx3Dlk6qczVjQ== X-Received: by 2002:a62:8183:: with SMTP id t125mr9237439pfd.41.1643393869213; Fri, 28 Jan 2022 10:17:49 -0800 (PST) Received: from [192.168.1.15] (65-130-85-11.slkc.qwest.net. [65.130.85.11]) by smtp.gmail.com with ESMTPSA id h6sm10438556pfc.35.2022.01.28.10.17.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 28 Jan 2022 10:17:48 -0800 (PST) Message-ID: <578f9bb5-cf83-fa2e-9a9c-af9addc0aa0c@gmail.com> Date: Fri, 28 Jan 2022 11:17:46 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH][V2] Add mold detection for libs. Content-Language: en-US To: =?UTF-8?Q?Martin_Li=c5=a1ka?= , Jonathan Wakely Cc: libstdc++ , gcc-patches References: From: Jeff Law In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.5 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2022 18:17:54 -0000 On 1/24/2022 4:11 AM, Martin Liška wrote: > On 1/21/22 17:54, Jonathan Wakely wrote: >> Yes, OK (but please CC the libstdc++ list, not just me). > > Hello. > > Sorry for that. Anyway, I would like to install the extended version > of the patch > that touches all libraries. > > Ready to be installed? It looks to me like Jon ack'd in his original reply.  "Yes, OK ..." jeff