From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28595 invoked by alias); 3 Jan 2004 13:00:09 -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 28588 invoked from network); 3 Jan 2004 13:00:08 -0000 Received: from unknown (HELO mwinf0502.wanadoo.fr) (193.252.22.26) by sources.redhat.com with SMTP; 3 Jan 2004 13:00:08 -0000 Received: from takamaka.act-europe.fr (AStDenis-103-1-2-242.w81-249.abo.wanadoo.fr [81.249.112.242]) by mwinf0502.wanadoo.fr (SMTP Server) with ESMTP id 13F69E800400; Sat, 3 Jan 2004 14:00:07 +0100 (CET) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id F19A147D62; Sat, 3 Jan 2004 17:00:03 +0400 (RET) Date: Sat, 03 Jan 2004 13:00:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: ac131313@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA/patch] handle_inferior_event() extract some code into a separate function Message-ID: <20040103130003.GT826@gnat.com> References: <20031219144323.GL826@gnat.com> <3FF59C76.3000902@gnu.org> <20040103115203.GU820@gnat.com> <200401031251.i03CpAwn025849@elgar.kettenis.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200401031251.i03CpAwn025849@elgar.kettenis.dyndns.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-01/txt/msg00049.txt.bz2 > I get: > > gcc -c -g -O2 ... -Werror /home/kettenis/sandbox/virgin-gdb/src/gdb/infrun.c > cc1: warnings being treated as errors > /home/kettenis/sandbox/virgin-gdb/src/gdb/infrun.c: In function `handle_inferior_event': > /home/kettenis/sandbox/virgin-gdb/src/gdb/infrun.c:1337: warning: `real_stop_pc' might be used uninitialized in this function > > And as far as I can see, this is a genuine problem :-(. Can you > please back that patch out? Backed out :(. Let me have a look. -- Joel