From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7238 invoked by alias); 17 Oct 2014 18:04:43 -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 7228 invoked by uid 89); 17 Oct 2014 18:04:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f45.google.com Received: from mail-wg0-f45.google.com (HELO mail-wg0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 17 Oct 2014 18:04:41 +0000 Received: by mail-wg0-f45.google.com with SMTP id m15so1492892wgh.16 for ; Fri, 17 Oct 2014 11:04:38 -0700 (PDT) X-Received: by 10.194.175.67 with SMTP id by3mr12503101wjc.32.1413569077962; Fri, 17 Oct 2014 11:04:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.217.80.73 with HTTP; Fri, 17 Oct 2014 11:04:17 -0700 (PDT) In-Reply-To: References: From: =?ISO-8859-1?Q?Manuel_L=F3pez=2DIb=E1=F1ez?= Date: Fri, 17 Oct 2014 18:07:00 -0000 Message-ID: Subject: Re: C/C++ diagnostics guidelines (was: Re: [C PATCH] Enable initializing statics with COMPOUND_LITERAL_EXPR in C99 (PR c/63567)) To: "Joseph S. Myers" Cc: Gcc Patch List , Marek Polacek , Paolo Carlini , Jason Merrill , Dodji Seketeli , Jonathan Wakely Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2014-10/txt/msg01778.txt.bz2 On 17 October 2014 19:33, Joseph S. Myers wrote: > On Fri, 17 Oct 2014, Manuel L=F3pez-Ib=E1=F1ez wrote: > >> Thus, I drafted some guidelines >> at:https://gcc.gnu.org/wiki/Better_Diagnostics#guidelines >> >> Please, could you take a look and comment whether I got it right/wrong? > > Yes, that looks right to me. Thanks! I added guidelines also about locations and warning options. Cheers, Manuel.