From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id E88623858D28; Mon, 31 Jan 2022 08:46:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E88623858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id B5335212CB; Mon, 31 Jan 2022 08:46:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1643618774; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ROp9yx0w6syYd2AhkSXMRF5YjUWeOfuXbRE9S1kAe6o=; b=glRpXOJpX+IUyuF3Rng2thWUc03myvnAH0dskxb1FuJAb/+3FmD+7tFcv19MJY3IPbinN+ ilYLsIpxgS+Vu2KBGFp6o4OWrwTqkyGz2WkX0eBLi7jv75bKwiZBm9opgUXc2Bg8sA7CN+ MjtxHI892CmIcj1YHyWyf0s8oNagA2k= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1643618774; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ROp9yx0w6syYd2AhkSXMRF5YjUWeOfuXbRE9S1kAe6o=; b=DPN52XhsNZIaTpHkWI8mnpGCDBamaI6VRMP4KjZhi4wYzZgO9QfwsRfWKHgtIeEl3zlm3j 1Bt6uyK2nkXGPKDA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 9920913AF3; Mon, 31 Jan 2022 08:46:14 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id JHQhI9ah92HXbAAAMHmgww (envelope-from ); Mon, 31 Jan 2022 08:46:14 +0000 Message-ID: <7d340111-4325-b9dd-4bcd-767f97a9e4d4@suse.cz> Date: Mon, 31 Jan 2022 09:46:14 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH][V2] Add mold detection for libs. Content-Language: en-US To: Jonathan Wakely , Jeff Law Cc: libstdc++ , gcc-patches References: <578f9bb5-cf83-fa2e-9a9c-af9addc0aa0c@gmail.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, 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: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2022 08:46:17 -0000 On 1/28/22 23:01, Jonathan Wakely wrote: > On Fri, 28 Jan 2022 at 18:17, Jeff Law wrote: >> >> >> >> 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 ..." > > Yes the libstdc++ part is still OK. I can't approve the equivalent > changes for the other libs. Hi. I understand Jeff's OK as an approval also for other libs. I'm going to install it. Martin