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 57569383D82F; Wed, 11 May 2022 08:21:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 57569383D82F 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 9340021910; Wed, 11 May 2022 08:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1652257292; 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=LtnR5PTl4YvgQqdy0auKSJaUIH43JUrP5pGYauVB2aI=; b=wQfIe2n22z/ldxH+wxxbXMNQy55hkGvQ53LQaEewzmJmA25RkNZmRYK8xMXscNaQTXnn3u sFXZu4bFA4CTI4zzf3KydMZ3Mp7U0p7KltgWhPxwXOkE3w7DHfx5+GP/K015UUzhf82VHu JPJXckXbc1jtCWeIppvScCTmH5qNFBo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1652257292; 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=LtnR5PTl4YvgQqdy0auKSJaUIH43JUrP5pGYauVB2aI=; b=GdRnFtx8Y7MGhoKZ+nfbYyaTznNjQFaWEOYwqe9ElLC0YYveV+twOi1iV7L4yz2xEhxCKs SWib47R3nuDRMSAQ== 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 6A141139F9; Wed, 11 May 2022 08:21:32 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id jvOmGAxye2KSawAAMHmgww (envelope-from ); Wed, 11 May 2022 08:21:32 +0000 Message-ID: <8f515605-4fc0-148d-3011-a79f672ea025@suse.cz> Date: Wed, 11 May 2022 10:21:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH] [12/11/10] Fix invalid format warnings on Windows Content-Language: en-US To: Tomas Kalibera , gcc-patches@gcc.gnu.org Cc: joseph@codesourcery.com, martin@martin.st, redi@gcc.gnu.org, Marek Polacek , Jason Merrill References: <466c29c3-54b1-5627-3d9d-e385ad037a4e@suse.cz> <7fd8d3fb-e0c6-decc-374f-495ab81ab1ff@gmail.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, 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: Wed, 11 May 2022 08:21:34 -0000 On 1/13/22 12:00, Tomas Kalibera wrote: > On 1/13/22 10:40 AM, Martin Liška wrote: > > [...] >> Apart from that, I support the patch (I cannot approve it). Note we're now approaching >> stage4 and this is definitelly a stage1 material (opens after GCC 12.1.0 gets released). > > Thanks, Martin, I've updated the patch following your suggestions. > > Cheers > Tomas > > >> >> Cheers, >> Martin >> May I please ping review for this? Cheers, Martin