From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56547 invoked by alias); 27 Sep 2016 21:03:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 55384 invoked by uid 89); 27 Sep 2016 21:03:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-oi0-f52.google.com Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Sep 2016 21:03:42 +0000 Received: by mail-oi0-f52.google.com with SMTP id t83so30311200oie.3 for ; Tue, 27 Sep 2016 14:03:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=NiNLw7GBP83wpqEJXLqZ8/xTBaz33bMJOx0wkV9Jofk=; b=MJILv/Hcbbhs+C3hf9qSpXC4UWRVC5NQeDYvYofuTZ8Yh500GY7HOh/73TqpKcpJs+ APmHIjnnTTwV5bBl2VAMmaQdjfz/eCMaxzENdH6MKip+1SmEhD2l+3ID3IrshHd52+fY 2zm2rSMq7NUcSpWcP68gQ0ph65ztD1dwloso7G6kyCbsapMP2QfOaJHKhzv1pre5wFyV m0ipOiwOVMDUheXUYYuMd6ETXxWe70Rhzcc94LTV9c+mM6BICmSgoXbTQAGFNmyb/OuO 7DiRsVpLRinmisT3FPdNxgQdypzP9G1+/rzFMAZRfGoCdAyDMHxENejawLWrPLmjbsaA MfMQ== X-Gm-Message-State: AE9vXwO8gSk4VrVl/uT3Nk7LIFO17nQhMICTJPlsuh5f3S6rDEwhs6cwvhAfTMcIWFfkkdBdvpt7D0Yf2skGtQ== X-Received: by 10.202.85.14 with SMTP id j14mr35000164oib.37.1475010220540; Tue, 27 Sep 2016 14:03:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.237.20 with HTTP; Tue, 27 Sep 2016 14:03:40 -0700 (PDT) In-Reply-To: <1475000192-8789-2-git-send-email-tom@tromey.com> References: <1475000192-8789-1-git-send-email-tom@tromey.com> <1475000192-8789-2-git-send-email-tom@tromey.com> From: Yao Qi Date: Tue, 27 Sep 2016 21:48:00 -0000 Message-ID: Subject: Re: [RFA 1/3] Fix "fall through" comments To: Tom Tromey Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00384.txt.bz2 On Tue, Sep 27, 2016 at 7:16 PM, Tom Tromey wrote: > This patch updates existing "fall through" comments so that they can > be recognized by gcc's -Wimplicit-fallthrough comment-parsing > heuristic. > clang has -Wimplicit-fallthrough as well, but warnings are suppressed in a different way. Do we need to suppress warnings generated by both gcc and clang? --=20 Yao (=E9=BD=90=E5=B0=A7)