From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47674 invoked by alias); 12 Apr 2018 20:39:35 -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 46925 invoked by uid 89); 12 Apr 2018 20:39:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_1,KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy=Hx-languages-length:301 X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Apr 2018 20:39:34 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C6413F6404; Thu, 12 Apr 2018 20:39:32 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-55.ams2.redhat.com [10.36.116.55]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1164A215CDC6; Thu, 12 Apr 2018 20:39:31 +0000 (UTC) Date: Thu, 12 Apr 2018 20:39:00 -0000 From: Jan Kratochvil To: Simon Marchi Cc: gdb-patches@sourceware.org, Sergio Durigan Junior Subject: [commit+8.1] Fix -D_GLIBCXX_DEBUG gdb-add-index regression Message-ID: <20180412203929.GB24535@host1.jankratochvil.net> References: <20180204193754.GA29011@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-SW-Source: 2018-04/txt/msg00243.txt.bz2 On Thu, 12 Apr 2018 21:21:28 +0200, Simon Marchi wrote: > LGTM. master b4be9bfdabb57f40656e72a50a8466af4f7bd37d gdb-8.1-branch 55404da3795df1b5eff514ce9d0377b6a78e5904 CLOSED-FIXED https://sourceware.org/bugzilla/show_bug.cgi?id=23053 Jan