From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20689 invoked by alias); 12 Mar 2002 06:13:07 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20566 invoked from network); 12 Mar 2002 06:13:03 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 12 Mar 2002 06:13:03 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA25116; Tue, 12 Mar 2002 08:05:25 +0200 (IST) Date: Mon, 11 Mar 2002 22:13:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Richard.Earnshaw@arm.com cc: gdb@sources.redhat.com Subject: Re: Results of a multi-build (not good) In-Reply-To: <200203111852.SAA25970@cam-mail2.cambridge.arm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-03/txt/msg00102.txt.bz2 On Mon, 11 Mar 2002, Richard Earnshaw wrote: > that build successfully. Not a surprise then to find that, with the > exception of vax-dec-vms5.5, these are the only ports that don't use > -Werror. IMHO, -Werror is a Bad Idea (tm). With the current trend in GCC and other compilers to print warnings for perfectly valid C, -Werror tends to break good code with every new release of GCC, to say nothing of development snapshots people use. I think we should stop using -Werror, except maybe in maintainer's mode.