From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71627 invoked by alias); 7 Apr 2016 21:50:49 -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 71605 invoked by uid 89); 7 Apr 2016 21:50:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:149, HX-detected-operating-system:Windows X-HELO: fencepost.gnu.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 07 Apr 2016 21:50:39 +0000 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52125) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1aoHoy-0004kY-Mk for gcc-patches@gnu.org; Thu, 07 Apr 2016 17:50:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoHou-0004DG-Em for gcc-patches@gnu.org; Thu, 07 Apr 2016 17:50:36 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:40654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoHou-0004C7-9H for gcc-patches@gnu.org; Thu, 07 Apr 2016 17:50:32 -0400 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1aoHoq-0004NO-1O from joseph_myers@mentor.com ; Thu, 07 Apr 2016 14:50:28 -0700 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Thu, 7 Apr 2016 22:50:26 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.82) (envelope-from ) id 1aoHom-0000u2-VX; Thu, 07 Apr 2016 21:50:25 +0000 Date: Thu, 07 Apr 2016 21:50:00 -0000 From: Joseph Myers To: Mikhail Maltsev CC: gcc-patches , Marek Polacek , David Malcolm Subject: Re: [C PATCH] PR43651: add warning for duplicate qualifier In-Reply-To: <570241F0.3070705@gmail.com> Message-ID: References: <570241F0.3070705@gmail.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 192.94.38.131 X-SW-Source: 2016-04/txt/msg00364.txt.bz2 New options need documenting in invoke.texi. -- Joseph S. Myers joseph@codesourcery.com