From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 17A083857805 for ; Mon, 9 May 2022 08:38:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 17A083857805 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-out2.suse.de (Postfix) with ESMTPS id 9CD711F948; Mon, 9 May 2022 08:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1652085509; 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=DnGVm/idhMRyRiVG6Pduf+8n/agwfCvavSjRRNRafyA=; b=INV0oaLVN5EFYNGTW/CdjzVjosIPTe7KboDppKKzdFSxtiljt+cifNSE8BxsQ52JTaD0LP ZWPM7qoQBgnt2qlZ0/yH8oWnwSjG2TTuqawbSZn0/ef7TPp1OzDcOhHPQyFrAGs0cZYs2E GzoyZ7RJGJ+yf7XRS28C3St6T7cqhEA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1652085509; 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=DnGVm/idhMRyRiVG6Pduf+8n/agwfCvavSjRRNRafyA=; b=XA1hhOxsk9ZH1zHLmCtA0fzVuNx65BLjpsCyymzq1gB3l4ZpaQljx6lCWL5wPd1maQ3pGB f3d5iO/4UvtimoAA== 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 814C9132C0; Mon, 9 May 2022 08:38:29 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id yVhhHgXTeGK3RwAAMHmgww (envelope-from ); Mon, 09 May 2022 08:38:29 +0000 Message-ID: <2f2c152a-df41-bb98-85f4-af594b14bd1e@suse.cz> Date: Mon, 9 May 2022 10:38:29 +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] Come up with {,UN}LIKELY macros. Content-Language: en-US To: Richard Biener Cc: Segher Boessenkool , Marek Polacek , GCC Patches References: <542d7d88-bf16-3fd7-7bff-f74147d76e67@suse.cz> <20220505153106.GD25951@gate.crashing.org> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.4 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: Mon, 09 May 2022 08:38:32 -0000 On 5/6/22 08:19, Richard Biener wrote: > But I would have been fine with LIKELY as well. Ok, so let's go with this version. I'm going to install the patch. Martin