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 6DE403852C68 for ; Wed, 7 Dec 2022 10:30:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6DE403852C68 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 imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 8DB6121BFC; Wed, 7 Dec 2022 10:30:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1670409028; 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=TuxEHB7Witl8u/mfr8kAyObYNE4xIsObh3t2x4jXuD8=; b=3SBh9A6yoPk5SP8p5MYSUEon8g8jSqCQdQnNWA882HskbgObLc6bMAx+GuZSyga75nHHzW NNQxtRsSbkxp1jhYMn7skj4o12VX0uVPkgaQ8+EkrrzUFJpFjofVSJP8Vj1PGLuVsIHQJ0 6rFVBULiP0HufS3WnFk9MhT/JBQQUtg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1670409028; 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=TuxEHB7Witl8u/mfr8kAyObYNE4xIsObh3t2x4jXuD8=; b=IPi9HXjZOtHqJTg4RSiMtneWMQ9qEXvZ3hFXX84xhYR5Hh8KBCVWWbBsixQV+wpmCRb3BO Sc/VU+ZW7hWFR7AA== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 imap1.suse-dmz.suse.de (Postfix) with ESMTPS id 58466134CD; Wed, 7 Dec 2022 10:30:28 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id bR1kE0RrkGMqDgAAGKfGzw (envelope-from ); Wed, 07 Dec 2022 10:30:28 +0000 Message-ID: <67e3a07e-b9e7-d102-0349-d364ad3f5c15@suse.cz> Date: Wed, 7 Dec 2022 11:30:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [PATCH] i386: fix assert (__builtin_cpu_supports ("x86-64") >= 0) Content-Language: en-US To: Uros Bizjak Cc: gcc-patches@gcc.gnu.org, Jakub Jelinek , Jan Hubicka References: <57fb7194-0c9a-2b7c-d671-521b9b4d2b71@suse.cz> 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.0 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 autolearn=ham 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 12/2/22 10:54, Uros Bizjak wrote: > I'm not quite familiar with this part of the compiler, but if Jakub is > OK with the patch, consider it rubber-stamped OK. Thanks Uros, Jakub can you please approve it? Thanks, Martin > > Thanks, > Uros.