From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13884 invoked by alias); 21 Sep 2004 07:21:22 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 13876 invoked from network); 21 Sep 2004 07:21:21 -0000 Received: from unknown (HELO main.gmane.org) (80.91.229.2) by sourceware.org with SMTP; 21 Sep 2004 07:21:21 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C9exk-0005oH-00 for ; Tue, 21 Sep 2004 09:21:20 +0200 Received: from paride.rett.polimi.it ([131.175.65.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Sep 2004 09:21:20 +0200 Received: from bonzini by paride.rett.polimi.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Sep 2004 09:21:20 +0200 To: gcc@gcc.gnu.org From: Paolo Bonzini Subject: Re: DR handling for C++ Date: Tue, 21 Sep 2004 08:28:00 -0000 Message-ID: <414FD78C.5010706@gnu.org> References: <414F37E0.3020509@codesourcery.com> <79845B6C-0B44-11D9-8A65-000A95D7CD40@apple.com> <414F412C.90504@codesourcery.com> <4FFC8911-0B47-11D9-ADB7-000A95AA5E5E@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org Cc: Mark Mitchell , gcc@gcc.gnu.org, Dale Johannesen , Nathan Sidwell , Jason Merrill X-Gmane-NNTP-Posting-Host: paride.rett.polimi.it User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) In-Reply-To: X-SW-Source: 2004-09/txt/msg01213.txt.bz2 > The name pedwarn() has been a bit confusing (because it suggests a link to > -pedantic which isn't really there, the link being that -pedantic-errors > turns pedwarns from warnings to errors), but I don't have a good > suggestion for a less confusing name. -pedantic-errors is itself not very well named... maybe -Wextra-errors or something like that would be more suited now that -W has become -Wextra. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14162 invoked by alias); 21 Sep 2004 07:21:26 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 13939 invoked from network); 21 Sep 2004 07:21:25 -0000 Received: from unknown (HELO polimi.it) (131.175.12.8) by sourceware.org with SMTP; 21 Sep 2004 07:21:25 -0000 Received: from gnu.org (paride.rett.polimi.it [131.175.65.135]) by polimi.it (8.13.1/8.13.1) with ESMTP id i8L7LFMF007220; Tue, 21 Sep 2004 09:21:16 +0200 Message-ID: <414FD78C.5010706@gnu.org> Date: Tue, 21 Sep 2004 08:43:00 -0000 From: Paolo Bonzini User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) MIME-Version: 1.0 Newsgroups: gmane.comp.gcc.devel To: "Joseph S. Myers" CC: Mark Mitchell , gcc@gcc.gnu.org, Dale Johannesen , Nathan Sidwell , Jason Merrill Subject: Re: DR handling for C++ References: <414F37E0.3020509@codesourcery.com> <79845B6C-0B44-11D9-8A65-000A95D7CD40@apple.com> <414F412C.90504@codesourcery.com> <4FFC8911-0B47-11D9-ADB7-000A95AA5E5E@apple.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.1.0, Antispam-Data: 2004.9.20.8 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_VERSION 0, __SANE_MSGID 0' X-SW-Source: 2004-09/txt/msg01214.txt.bz2 Message-ID: <20040921084300.YOicuGPzhBhRP1TzrM7Dz-TZf-K1RIHB1gATjAaGpX4@z> > The name pedwarn() has been a bit confusing (because it suggests a link to > -pedantic which isn't really there, the link being that -pedantic-errors > turns pedwarns from warnings to errors), but I don't have a good > suggestion for a less confusing name. -pedantic-errors is itself not very well named... maybe -Wextra-errors or something like that would be more suited now that -W has become -Wextra. Paolo