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 77A00383E695 for ; Tue, 21 Jun 2022 07:42:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 77A00383E695 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 419E921F36; Tue, 21 Jun 2022 07:42:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1655797363; 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=oKKb1klbxGuWzRPxlf3rcnTzFJbWF9PmLm/Lbp56dic=; b=dZgq1UhalkPQIPCQLt0EHGMi6GgW+OyIpqmZWmB3IL7MXU0L4pU7yp0m/NK8zvpRrZpA5K lpKPpQZOUEnDLSLR4dssQjeShYbzqnVb3DC9Gd0neiIJYMebpUWxeTvQgSFzMxArveRP/S gCjYsYxyt/FkBBD+iGAASSQEiR/1rdw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1655797363; 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=oKKb1klbxGuWzRPxlf3rcnTzFJbWF9PmLm/Lbp56dic=; b=CunuQMfJT/ZTfqpz0R2q/dRodmmEQpB+TrY1NhhZbHwaCBeNcf4+XDTUTDqel6OEMbaSGV kcmDBn47GySEN7Dg== 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 2726013638; Tue, 21 Jun 2022 07:42:43 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id ODtvCHN2sWLUbAAAMHmgww (envelope-from ); Tue, 21 Jun 2022 07:42:43 +0000 Message-ID: Date: Tue, 21 Jun 2022 09:42:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] if-to-switch: Don't skip the first condition bb when find_conditions in if-to-switch [PR105740] Content-Language: en-US To: Xi Ruoyao , gcc-patches References: <4f1bae53-c9c6-3fd2-126d-d607f3198683@gmail.com> <49cbe742-0498-f942-dfa6-23711a5865ed@suse.cz> 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=-5.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Tue, 21 Jun 2022 07:42:45 -0000 On 6/21/22 09:33, Xi Ruoyao wrote: > On Tue, 2022-06-21 at 09:28 +0200, Martin Liška wrote: > >> Sorry, but I don't see to which email this replies to? >> Can't find a patch. > > https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596913.html Hm, interesting. It means Thunderbird can't deal with the email format and I can't see any attachment in the email. Martin > > The patch is an attachment: > > https://gcc.gnu.org/pipermail/gcc-patches/attachments/20220621/dbb112d2/attachment-0001.obj >