From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113557 invoked by alias); 27 Sep 2016 18:57:31 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 113537 invoked by uid 89); 27 Sep 2016 18:57:31 -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_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Sep 2016 18:57:21 +0000 Received: by mail-wm0-f44.google.com with SMTP id w84so193003410wmg.1 for ; Tue, 27 Sep 2016 11:57:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:mail-followup-to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version; bh=UF6msCxz/rSL/OAzgzRJUhE7fnZSbv03mgrAtp8wE9g=; b=aJKzXjpN6BtIIeTZEPBvhGtAm9vFhxCwzh+DlQaCECoPMYBD2vYutXLVJ+zkO3qcCa USp/og1/hhmL23s0M9kJ6fY7htbx0o/43FoH5AwwJvXFzMtvWJyOyW+uhB5bQ9jJNVoj P1229ZpxEPjRrDGA1YrHtUA1wXVqI6GQMAa/o1cP/CGEFoUF4GrpxpBNUZZv0aGI1V9x CyhE7yhf5ap/gb0xSHVdFd5K7eW+JkVUGzggtnbsiE5MEDCBve3uFw54Wq5zsjTFvGhH r6QvWPArK7lJLdFFWtqqiKelKEaf3MTiIzf7DtxMpZBZwdFuUgPOWAcAqPoen9/ZbqtI 2liw== X-Gm-Message-State: AA6/9RlpN9NG0fShhFBgwoyxkBB3HEMDIJwtWyDOPnPwfvyDz0X+AZaG02fRzwL+/9Sz7A== X-Received: by 10.194.51.5 with SMTP id g5mr27813442wjo.68.1475002639193; Tue, 27 Sep 2016 11:57:19 -0700 (PDT) Received: from localhost ([95.145.138.243]) by smtp.googlemail.com with ESMTPSA id w207sm18204736wmd.8.2016.09.27.11.57.17 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Sep 2016 11:57:18 -0700 (PDT) From: Richard Sandiford To: Marek Polacek Mail-Followup-To: Marek Polacek ,GCC Patches , Richard Sandiford , rdsandiford@googlemail.com Cc: GCC Patches , Richard Sandiford Subject: Re: PATCH to add more FALLTHRU markers References: <20160927164726.GG3223@redhat.com> Date: Tue, 27 Sep 2016 19:00:00 -0000 In-Reply-To: <20160927164726.GG3223@redhat.com> (Marek Polacek's message of "Tue, 27 Sep 2016 18:47:27 +0200") Message-ID: <878tudqigi.fsf@googlemail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2016-09/txt/msg02046.txt.bz2 Marek Polacek writes: > Currently Makefile.in contains -Wno-error for several of the insn-* files, but > after further investigation I think with this patch we won't need them anymore. > I'm not removing it until I bootstrap gcc on more arches, though. Meanwhile, > this patch at least makes the code more robust. > > Richard S., can you look at the genattrtab.c bit? Thanks, genattrab.c part is OK, thanks. Richard