From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753917AbdHXUmK (ORCPT ); Thu, 24 Aug 2017 16:42:10 -0400 Received: from smtprelay0113.hostedemail.com ([216.40.44.113]:58479 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753111AbdHXUmJ (ORCPT ); Thu, 24 Aug 2017 16:42:09 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::,RULES_HIT:41:355:379:541:599:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:1981:2194:2199:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3872:3873:4321:5007:6119:7903:10004:10400:10848:11232:11658:11914:12043:12740:12760:12895:13069:13311:13357:13439:14096:14097:14659:21080:21627:30054:30070:30083:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: burn58_2f7662a86990d X-Filterd-Recvd-Size: 1729 Message-ID: <1503607322.12569.9.camel@perches.com> Subject: Re: compiler/compiler-gcc: Add __fallthrough From: Joe Perches To: "Shevchenko, Andriy" , Andrew Morton Cc: LKML Date: Thu, 24 Aug 2017 13:42:02 -0700 In-Reply-To: <1503599543.25945.94.camel@intel.com> References: <791a2621851fc989bc04dfe975ec29de15cbb557.1486746344.git.joe@perches.com> <20170824133654.fnbaaj5kjtstzm42@smile.fi.intel.com> <1503598834.12569.8.camel@perches.com> <1503599543.25945.94.camel@intel.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.6-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-08-24 at 18:32 +0000, Shevchenko, Andriy wrote: > On Thu, 2017-08-24 at 11:20 -0700, Joe Perches wrote: > > On Thu, 2017-08-24 at 16:36 +0300, Andy Shevchenko wrote: > > > On Fri, Feb 10, 2017 at 09:08:35AM -0800, Joe Perches wrote: > > > > gcc v7.0 can warn on missing break statements from case labels > > > > using a special __attribute__((fallthrough))__ marker. > > > > > > > > Add a __fallthrough convenience macro for gcc versions >= 7 and > > > > make the generic use of __fallthrough a no-op. > > > > > > So, what happened to this change? Andrew? > > > > Did you mean to send this just to me? > > Oops, not exactly, though... > > > > > No idea really. > > It seemed like a decent idea though. > > ...it might make sense to ping Andrew. Well, OK.