From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11669 invoked by alias); 8 Apr 2012 20:26:40 -0000 Received: (qmail 11658 invoked by uid 22791); 8 Apr 2012 20:26:39 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 08 Apr 2012 20:26:25 +0000 Received: by obbuo13 with SMTP id uo13so5487667obb.20 for ; Sun, 08 Apr 2012 13:26:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.14.166 with SMTP id q6mr6988710oec.17.1333916785191; Sun, 08 Apr 2012 13:26:25 -0700 (PDT) Received: by 10.182.92.168 with HTTP; Sun, 8 Apr 2012 13:26:25 -0700 (PDT) In-Reply-To: <4F81F168.8080200@adacore.com> References: <4F7C39B2.6060802@redhat.com> <878vi7tbpk.fsf@catnip.gol.com> <4F81DE14.4090305@adacore.com> <4F81ED07.2040003@adacore.com> <4F81F168.8080200@adacore.com> Date: Sun, 08 Apr 2012 20:26:00 -0000 Message-ID: Subject: Re: RFC: -Wall by default From: Gabriel Dos Reis To: Robert Dewar Cc: Jonathan Wakely , James Cloos , gcc@gcc.gnu.org, Miles Bader , Ian Lance Taylor , Andrew Haley Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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: 2012-04/txt/msg00259.txt.bz2 On Sun, Apr 8, 2012 at 3:13 PM, Robert Dewar wrote: > On 4/8/2012 4:02 PM, Jonathan Wakely wrote: >> But I'd be just as happy with a -Wstandard (by any name) enabled by >> default as I would be with -Wall on by default. Only enabling warnings >> with very little chance of false positives would avoid most of the >> negative consequences. > > > Yes, I think that is the case! That's certainly the philosophy we > follow in GNAT. and I think that is all this is about. I am puzzled we are still arguing...