From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by sourceware.org (Postfix) with ESMTPS id C48C13858C2F for ; Thu, 25 Jan 2024 08:49:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C48C13858C2F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=linux.intel.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C48C13858C2F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=192.55.52.88 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706172547; cv=none; b=q+2K38TjQDlcKbdDwMtlfMsUIWTKlCxpC1qMcklizJacgTQPuDBbC1QSU7nBkI6T30aK7Ub9gp4FMuRIzmnZnQWXbsDXc/IZ87zsI/qZhOw45GVikdqlSWewPnrjaPC+ygNXKVhyR/ozF/ZVtMb7CjzSWSfZGmC5BY4jXRJVDA4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706172547; c=relaxed/simple; bh=7A3ClDOIkCLbPTcLrj9AmTD7vZgXvt5AR21v3GHCbqg=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=jC8G4OfzNJi8SoZ5cgwZmQyTxFZktLIsnVv/dTAMbY0/yAdZYBFeIHh/ULXf0MAYZe2cy+AXDkmR0WtvHeO/vU+2QRgjEMDLy2wZERIlpHVRRNiN1dEYVWlOE2tbK8aEfzm4gCDZvTvVYmzLenJCNpyCB9LVwmJppjhq9oSWZbE= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1706172541; x=1737708541; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=7A3ClDOIkCLbPTcLrj9AmTD7vZgXvt5AR21v3GHCbqg=; b=MmB2TuOBaec9rdZesCU9QLBr8cb+NVU8NpBz12JQ9r3+wxbWVY8Citb/ x3KKKVgMp4Kgcrxe6+oik4cQaJqxKi477jbxi0j9TAXxPbtGbLTbNWhJj RJWUaPnCb1KedNwdfD0FNFv0nr+FuWnuhgj+k6Uvvn34nFllPl8e4QZfh 6FcBObpTal7moIkRF5kzaUIjx4jlg6VD+5Rrk6OPCHhmmyHciOorFoU8k hlvPGu1XX83URRgRNjaXLImgg74Uqdw8LI7prapeyp7M+fUZ9RcxrJ/NG Pkx5E+6wv+nAkzUNkrt3jvqYEmfLxQbrDzAfemunjowFCHNyxDTLhUdq5 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10962"; a="433256989" X-IronPort-AV: E=Sophos;i="6.05,216,1701158400"; d="scan'208";a="433256989" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2024 00:49:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,216,1701158400"; d="scan'208";a="2351929" Received: from tassilo.jf.intel.com (HELO tassilo) ([10.54.38.190]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2024 00:49:01 -0800 Date: Thu, 25 Jan 2024 00:48:59 -0800 From: Andi Kleen To: rep.dot.nop@gmail.com Cc: gcc-patches@gcc.gnu.org, gcc-patches@gnu.org Subject: Re: [PATCH v2 5/5] Add documentation for musttail attribute Message-ID: References: <20240124193134.622934-1-ak@linux.intel.com> <20240124193134.622934-6-ak@linux.intel.com> <0F9E0E84-EB23-4359-8FC2-3844FFF36BB6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0F9E0E84-EB23-4359-8FC2-3844FFF36BB6@gmail.com> X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,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 List-Id: On Thu, Jan 25, 2024 at 07:51:21AM +0100, rep.dot.nop@gmail.com wrote: > On 24 January 2024 20:30:45 CET, Andi Kleen wrote: > >--- > > gcc/doc/extend.texi | 16 ++++++++++++++++ > > 1 file changed, 16 insertions(+) > > > >diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi > >index 0bc586d120e7..c68d32bed8de 100644 > >--- a/gcc/doc/extend.texi > >+++ b/gcc/doc/extend.texi > >@@ -9867,6 +9867,22 @@ foo (int x, int y) > > @code{y} is not actually incremented and the compiler can but does not > > have to optimize it to just @code{return 42 + 42;}. > > > >+@cindex @code{musttail} statement attribute > >+@item musttail > >+ > >+The @code{gnu::musttail} or @code{clang::hottail} attribute > > AFAICS this patchset does not handle hottail ? Thanks. Fixed the typo. -Andi