From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19525 invoked by alias); 1 Feb 2019 12:47:33 -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 19263 invoked by uid 89); 1 Feb 2019 12:47:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=HX-HELO:sk:gateway X-HELO: gateway23.websitewelcome.com Received: from gateway23.websitewelcome.com (HELO gateway23.websitewelcome.com) (192.185.49.60) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Feb 2019 12:47:31 +0000 Received: from cm12.websitewelcome.com (cm12.websitewelcome.com [100.42.49.8]) by gateway23.websitewelcome.com (Postfix) with ESMTP id 03E2F147DD for ; Fri, 1 Feb 2019 06:47:30 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id pYEDgGI6KiQerpYEEgXveA; Fri, 01 Feb 2019 06:47:30 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=HTg3cOamVrL9nSndvKwVqU1xfxShnXpuL6anspS+sw4=; b=MWpBjoKfAun7OdbhuGNVILrFPx FVq3R7vLmGMfTTEpb1QmUGt9E5n0d7vHcID4tO2xd37O+EdZU6o91ifF9DM/Z9bkr2dxZlCLDWkEF SB6bwvwovq5XS/UaJyY3UrpXR; Received: from [145.15.244.25] (port=58740 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gpYED-0032VZ-51; Fri, 01 Feb 2019 06:47:29 -0600 From: Tom Tromey To: Joel Brobecker Cc: Alan Hayward , "gdb-patches\@sourceware.org" , nd Subject: Re: [PATCH] Readline: Cleanup some warnings In-Reply-To: <20190201080533.GA31043@adacore.com> (Joel Brobecker's message of "Fri, 1 Feb 2019 12:05:33 +0400") References: <20190130085716.75179-1-alan.hayward@arm.com> <20190131075907.GA313@adacore.com> <3463805B-A8BF-4C20-ACE3-C21AE3F7DB62@arm.com> <20190201080533.GA31043@adacore.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) Date: Fri, 01 Feb 2019 12:47:00 -0000 Message-ID: <877eejvfoq.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-02/txt/msg00003.txt.bz2 >>>>> "Joel" == Joel Brobecker writes: Joel> Thank you. It's always better if it is an exact backport, because Joel> it facilitates future resyncs with the upstream versions. Speaking of, I still have a branch with a newer import on it. It could use some more testing. It's been a while since I poked at this, so I don't really remember, but I think it fails a couple of gdb tests. So, some readline debugging is also needed. Tom