From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104176 invoked by alias); 27 Jan 2020 07:26:39 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 104169 invoked by uid 89); 27 Jan 2020 07:26:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*Ad:U*systemtap, H*RU:0.0.0.0, HX-Spam-Relays-External:0.0.0.0, HTo:U*systemtap X-HELO: aye.elm.relay.mailchannels.net Received: from aye.elm.relay.mailchannels.net (HELO aye.elm.relay.mailchannels.net) (23.83.212.6) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Jan 2020 07:26:37 +0000 X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id DECE12C1023 for ; Mon, 27 Jan 2020 07:26:35 +0000 (UTC) Received: from pdx1-sub0-mail-a65.g.dreamhost.com (100-96-11-27.trex.outbound.svc.cluster.local [100.96.11.27]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 70E3F2C13A7 for ; Mon, 27 Jan 2020 07:26:35 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a65.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.5); Mon, 27 Jan 2020 07:26:35 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Ski-Harbor: 7e6c184f2650845e_1580109995686_4070035756 X-MC-Loop-Signature: 1580109995686:740453516 X-MC-Ingress-Time: 1580109995686 Received: from pdx1-sub0-mail-a65.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a65.g.dreamhost.com (Postfix) with ESMTP id 94B70AFFBA for ; Sun, 26 Jan 2020 23:26:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=gotplt.org; bh=v39oCCanqXP3XqBHqMpfuPzmBiA=; b=Ls/wurU6J6OuER ++2xgF231NJsudjy6/LwSP/itom3du1vT+P3euhvgFKqvvKxBiD+rSD6Ne9hFmn+ 04hb8Jo/CDwPog/5RJmaBl5P1exPmjvivk+fvtfqebeUBTzKJsux0gAXKfd+MuVo Lmo0hKGlxjRnBVdHkT/yvJlzveV7k= Received: from localhost.localdomain (unknown [106.220.188.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a65.g.dreamhost.com (Postfix) with ESMTPSA id 560B7AFFBF for ; Sun, 26 Jan 2020 23:26:27 -0800 (PST) X-DH-BACKEND: pdx1-sub0-mail-a65 From: Siddhesh Poyarekar To: systemtap@sourceware.org Subject: [PATCH] Amend fallback comment to work with newer gcc Date: Mon, 27 Jan 2020 07:26:00 -0000 Message-Id: <20200127072622.345211-1-siddhesh@gotplt.org> MIME-Version: 1.0 X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: 0 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedugedrfedugddutdekucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuggftfghnshhusghstghrihgsvgdpffftgfetoffjqffuvfenuceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtredttdenucfhrhhomhepufhiugguhhgvshhhucfrohihrghrvghkrghruceoshhiugguhhgvshhhsehgohhtphhlthdrohhrgheqnecukfhppedutdeirddvvddtrddukeekrdefudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhhouggvpehsmhhtphdphhgvlhhopehlohgtrghlhhhoshhtrdhlohgtrghlughomhgrihhnpdhinhgvthepuddtiedrvddvtddrudekkedrfedupdhrvghtuhhrnhdqphgrthhhpefuihguughhvghshhcurfhohigrrhgvkhgrrhcuoehsihguughhvghshhesghhothhplhhtrdhorhhgqedpmhgrihhlfhhrohhmpehsihguughhvghshhesghhothhplhhtrdhorhhgpdhnrhgtphhtthhopehshihsthgvmhhtrghpsehsohhurhgtvgifrghrvgdrohhrgh Content-Transfer-Encoding: quoted-printable X-SW-Source: 2020-q1/txt/msg00009.txt Newer gcc does not recognize the fallthrough comment due to the text following the fallthrough keyword. The "see above" doesn't seem too valuable, so this patch drops it to fix the build. --- runtime/unwind/unwind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/unwind/unwind.h b/runtime/unwind/unwind.h index e5a5921ed..7fbe7cc61 100644 --- a/runtime/unwind/unwind.h +++ b/runtime/unwind/unwind.h @@ -160,7 +160,7 @@ static unsigned long read_ptr_sect(const u8 **pLoc, con= st void *end, #else BUILD_BUG_ON(sizeof(u32) !=3D sizeof(value)); #endif - /* fallthrough, see above. */ + /* fallthrough */ case DW_EH_PE_absptr: if (compat_task) { --=20 2.24.1