From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17603 invoked by alias); 14 Apr 2010 01:04:09 -0000 Received: (qmail 17553 invoked by uid 22791); 14 Apr 2010 01:04:08 -0000 X-SWARE-Spam-Status: No, hits=3.1 required=5.0 tests=BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,SARE_BAYES_7x5,SARE_BAYES_8x5,SARE_BAYES_9x5,SARE_MSGID_LONG45 X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Apr 2010 01:04:03 +0000 Received: by wyf23 with SMTP id 23so2141063wyf.20 for ; Tue, 13 Apr 2010 18:04:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.73.9 with HTTP; Tue, 13 Apr 2010 18:03:41 -0700 (PDT) In-Reply-To: <20100405082033.7a9bcf81@redhat.com> References: <20100405082033.7a9bcf81@redhat.com> From: =?ISO-8859-1?Q?Manuel_L=F3pez=2DIb=E1=F1ez?= Date: Wed, 14 Apr 2010 06:24:00 -0000 Received: by 10.216.89.211 with SMTP id c61mr4006438wef.54.1271207041138; Tue, 13 Apr 2010 18:04:01 -0700 (PDT) Message-ID: Subject: Re: RFC: c++ diagnostics To: Benjamin Kosnik Cc: libstdc++@gcc.gnu.org, gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg00316.txt.bz2 On 5 April 2010 17:20, Benjamin Kosnik wrote: > > Included are most of the outstanding bugzilla requests with the > "diagnostic" keyword. However, I am looking for help! Please send me > code samples that frustrate, obfuscate, and annoy. Some PRs missing in this list: 986 13452 13657 15766 16663 17459 23263 31423 36888 37200 39858 39859 43275 And these are only about errors. There are a lot more about warnings. On the other hand, PR 43431 is marked as fixed, it is not a parsing problem and i think it should be removed. Again, links in the PR numbers would help to check the status of the PRs listed in the webpage. Cheers, Manuel.