From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 0EA04385842B for ; Thu, 10 Nov 2022 14:19:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0EA04385842B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail 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 470A622AD4; Thu, 10 Nov 2022 14:19:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1668089945; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CFLhaOATd5cFxo0PRtjIitaMqmNqbOCcz4JW07cyj9k=; b=Xs7CBVnyEjleqC627VjPLUE2WVx3j8+FDdY3mc2rh2KVne5b0FnxYPwY5tbevuoos5Ospw 4kw66SwdNIkmfqoP5jnxuehE5z5r2Wpr4TWzsIkP4Ml6bepM82oeSAHufR03oyqK1r+d+1 c+PsMMXFdi9Gl4ZoSfay77I3sV9Pk+0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1668089945; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CFLhaOATd5cFxo0PRtjIitaMqmNqbOCcz4JW07cyj9k=; b=0Y+irKNrCtn94cIgtC50Hi2bfrspXEKtxyargE/51cO3Nld+n7BV3GMscfSAtLm6ZhtRSy QbOdJCBSx1Y4sJCw== 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 3553B1332F; Thu, 10 Nov 2022 14:19:05 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 9OMVDFkIbWOsHQAAMHmgww (envelope-from ); Thu, 10 Nov 2022 14:19:05 +0000 Message-ID: <774cc50d-79f0-9260-45e2-9deb4c2d5449@suse.cz> Date: Thu, 10 Nov 2022 15:19:04 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: Ping [PATCH] Add condition coverage profiling Content-Language: en-US To: =?UTF-8?Q?J=c3=b8rgen_Kvalsvik?= , gcc-patches@gcc.gnu.org References: <20221012101619.7221-1-jorgen.kvalsvik@woven-planet.global> <73dbc82b-392f-aa02-6db2-9c201de85f96@woven-planet.global> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: <73dbc82b-392f-aa02-6db2-9c201de85f96@woven-planet.global> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_SOFTFAIL,TXREP autolearn=no 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 11/2/22 07:16, Jørgen Kvalsvik via Gcc-patches wrote: > Ping. I would like to see this become a part of gcc 13, will we be able to > commit before the window closes? Hello. I'm sorry but I was interrupted by the Sphinx conversion task. Anyway, please update the coding style and I can return to patch review in the upcoming weeks. About the window closure: we still have (basically till the end of year) as stage1 closing period means that all patches should be *under review* until this deadline. And that's true for your patch. Cheers, Martin