From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28664 invoked by alias); 7 Jan 2014 19:21:11 -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 28654 invoked by uid 89); 7 Jan 2014 19:21:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e24smtp04.br.ibm.com Received: from e24smtp04.br.ibm.com (HELO e24smtp04.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 07 Jan 2014 19:21:10 +0000 Received: from /spool/local by e24smtp04.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 7 Jan 2014 17:21:06 -0200 Received: from d24dlp01.br.ibm.com (9.18.248.204) by e24smtp04.br.ibm.com (10.172.0.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 7 Jan 2014 17:21:03 -0200 Received: from d24relay02.br.ibm.com (d24relay02.br.ibm.com [9.13.184.26]) by d24dlp01.br.ibm.com (Postfix) with ESMTP id 345CF3520070 for ; Tue, 7 Jan 2014 14:21:01 -0500 (EST) Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by d24relay02.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s07JKRMU36045046 for ; Tue, 7 Jan 2014 17:20:29 -0200 Received: from d24av03.br.ibm.com (localhost [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s07JKXLs007364 for ; Tue, 7 Jan 2014 17:20:33 -0200 Received: from [9.18.201.107] (agodinho.br.ibm.com [9.18.201.107] (may be forged)) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s07JKWGX007340; Tue, 7 Jan 2014 17:20:32 -0200 Message-ID: <52CC5380.5050108@linux.vnet.ibm.com> Date: Tue, 07 Jan 2014 19:21:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Jan Kratochvil CC: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix dir command for duplicated paths References: <1388973055-22910-1-git-send-email-emachado@linux.vnet.ibm.com> <20140106214429.GA22787@host2.jankratochvil.net> In-Reply-To: <20140106214429.GA22787@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14010719-8936-0000-0000-00000C591BA8 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00160.txt.bz2 On 01/06/2014 07:44 PM, Jan Kratochvil wrote: > On Mon, 06 Jan 2014 02:50:55 +0100, Edjunior Barbosa Machado wrote: >> The patch below intends to fixes this regression using the original block of >> code that checks for duplicated paths along the previously included paths. > > OK with the patch, minor modification below and the new testcase. > > Thanks for catching the regression. > Thanks Jan for the review and the new testcase. I've just checked in: https://sourceware.org/ml/gdb-cvs/2014-01/msg00024.html -- Edjunior