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 CEBAE3945C1F for ; Mon, 16 Aug 2021 12:37:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CEBAE3945C1F 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-out2.suse.de (Postfix) with ESMTPS id 090901FD4E; Mon, 16 Aug 2021 12:37:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1629117441; 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=z1WP5uw5rureWO3GYnr8vZzPWw62AUvf9Y0BNJNOVkY=; b=FsrFix05OjV6fN88zJ75lGxVzH5nwb40cV+ySUxchCMVXGmXbIecQdh8g6jnpyVFbBl+QC v6U2zCntitsG9k/4UY25XDur+FUKRvb0Q65WGnX9I6xI5mhvbiqUAHhhlqqMMWE2U/T8T4 c6CZFrBXCn9Do9B0Aa91y+QJRaqiLDc= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1629117441; 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=z1WP5uw5rureWO3GYnr8vZzPWw62AUvf9Y0BNJNOVkY=; b=RzaACZoToTJRfxyCraxN3ZUzKeIkc5rLap1RHNOEW0e3OisH4kMT80nV8zRAfiEjg8ech9 MEvfIyw3pCT8m5CA== 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 E27F0136A6; Mon, 16 Aug 2021 12:37:20 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id LS9dNgBcGmGxKwAAGKfGzw (envelope-from ); Mon, 16 Aug 2021 12:37:20 +0000 Subject: Re: [PATCH 1/5] x86: Add -mmwait for -mgeneral-regs-only To: Richard Biener , "H.J. Lu" Cc: Jakub Jelinek , GCC Patches References: <20210813135103.46696-1-hjl.tools@gmail.com> <20210813135103.46696-2-hjl.tools@gmail.com> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: Date: Mon, 16 Aug 2021 14:37:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.7 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.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, 16 Aug 2021 12:37:32 -0000 On 8/16/21 2:28 PM, Richard Biener via Gcc-patches wrote: > Yes please, and do it with the same commit doing the .opt change. Just one quick note: I've got a periodic builder that verifies the LTO stream on tramp3d in all active branches. Martin