From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1368 invoked by alias); 19 Sep 2002 11:12:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1359 invoked from network); 19 Sep 2002 11:12:10 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 19 Sep 2002 11:12:10 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id NAA01481; Thu, 19 Sep 2002 13:09:20 +0200 (IST) Date: Thu, 19 Sep 2002 04:12:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Joel Brobecker cc: gdb-patches@sources.redhat.com Subject: Re: Should we fix warnings from GCC 2.xx? In-Reply-To: <20020911234319.GN1105@gnat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00462.txt.bz2 On Wed, 11 Sep 2002, Joel Brobecker wrote: > > tracepoint.c: In function `trace_find_tracepoint_command': > > tracepoint.c:2077: warning: suggest explicit braces to avoid ambiguous `else' > > This warning appears with a GCC 2.8.1-based compiler, but does not > with GCC 3.0.4. Hence my question, do we want to fix these warnings > anyway? FWIW, I'm still using GCC 2.7.2.1 on one of my machines.