From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D35EC433ED for ; Fri, 2 Apr 2021 12:40:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EBAB061165 for ; Fri, 2 Apr 2021 12:40:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229932AbhDBMkf (ORCPT ); Fri, 2 Apr 2021 08:40:35 -0400 Received: from gate.crashing.org ([63.228.1.57]:60300 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235386AbhDBMke (ORCPT ); Fri, 2 Apr 2021 08:40:34 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 132CXAtf006308; Fri, 2 Apr 2021 07:33:10 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 132CX8mb006307; Fri, 2 Apr 2021 07:33:08 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Fri, 2 Apr 2021 07:33:08 -0500 From: Segher Boessenkool To: Peter Zijlstra Cc: Nick Desaulniers , linux-toolchains@vger.kernel.org, clang-built-linux , Steven Rostedt , "Jose E. Marchesi" , Kees Cook , Florian Weimer , Christian Brauner , nick.alcock@oracle.com, Josh Poimboeuf , Will Deacon , andrew.cooper3@citrix.com Subject: Re: Plumbers CF MCs Message-ID: <20210402123308.GG13863@gate.crashing.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Precedence: bulk List-ID: X-Mailing-List: linux-toolchains@vger.kernel.org On Tue, Mar 23, 2021 at 09:35:10AM +0100, Peter Zijlstra wrote: > GCC's status on asm-goto with outputs? http://gcc.gnu.org/g:e3b3b59683c1 (and later patches fixing issues). asm goto with outputs is a jump instruction for GCC, like any other asm goto is. Segher