From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2809 invoked by alias); 3 Feb 2015 22:48:37 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 2786 invoked by uid 89); 3 Feb 2015 22:48:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-qc0-f182.google.com Received: from mail-qc0-f182.google.com (HELO mail-qc0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 03 Feb 2015 22:48:36 +0000 Received: by mail-qc0-f182.google.com with SMTP id l6so38015970qcy.13 for ; Tue, 03 Feb 2015 14:48:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=opgAepHrO3NUp02GYp/SKBBpkHAqKRMVDoaoO3HKzac=; b=Vy5KnXColQfItkHKGeSLn+svftJIc4wk5ddWdOXhtTDelTbSKgLyyN8g2tF6N69Aih 1KRTB3v//xMAaSdUdLoeBcVhUDUCu49mU7inhFRV8/Pmjk325pHvHHWos5SVLg2twkvE T2foIgRxHSl9PFYixYoh5qyRwjl6Rd1Va+aVGNyCPvt/q8/1bwmPn802bdFeHXvvpej4 WSRE+sr5VbyrMu4itNmQN9qaK4mbAUkBeZULQvYdPY/1S8FslrxbiAIu8bzuFLxENHQc bz+6vefrQuyKVLsSHzSpYrLuElqLpQhgMIpsuZbcxXY6+roUzYE7bOa7OKjXX0NRtWLn IoOA== X-Gm-Message-State: ALoCoQlCnitTz/h3MtmTAHylT5T6CQ0KpfP8W38Lal7+BPu3HXRnu+b/ldlPlSIVTpSL5Wdi1ejq X-Received: by 10.224.44.4 with SMTP id y4mr22786661qae.87.1423003713774; Tue, 03 Feb 2015 14:48:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.235.209 with HTTP; Tue, 3 Feb 2015 14:48:13 -0800 (PST) In-Reply-To: <1422292759-22307-4-git-send-email-palves@redhat.com> References: <1422292759-22307-1-git-send-email-palves@redhat.com> <1422292759-22307-4-git-send-email-palves@redhat.com> From: Patrick Palka Date: Tue, 03 Feb 2015 22:48:00 -0000 Message-ID: Subject: Re: [PATCH 3/3] Simplify event-loop core, remove two-step event processing To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-02/txt/msg00066.txt.bz2 This patch causes a build failure when compiling GDB with GCC 4.9: /home/patrick/code/binutils-gdb/gdb/event-loop.c: In function =E2=80=98gdb_do_one_event=E2=80=99: /home/patrick/code/binutils-gdb/gdb/event-loop.c:296:10: error: =E2=80=98re= s=E2=80=99 may be used uninitialized in this function [-Werror=3Dmaybe-uninitialized] if (res > 0) ^