From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82688 invoked by alias); 10 Apr 2018 20:39:48 -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 82668 invoked by uid 89); 10 Apr 2018 20:39:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 spammy=H*Ad:D*ca 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; Tue, 10 Apr 2018 20:39:46 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6228883239; Tue, 10 Apr 2018 20:39:45 +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 A5EE610B0080; Tue, 10 Apr 2018 20:39:44 +0000 (UTC) Date: Tue, 10 Apr 2018 20:39:00 -0000 From: Jan Kratochvil To: Simon Marchi Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: Regression with -D_GLIBCXX_DEBUG [Re: [PATCH 1/5] Make delim_string_to_char_ptr_vec return an std::vector] Message-ID: <20180410203942.GA4613@host1.jankratochvil.net> References: <20180225163247.20157-1-simon.marchi@polymtl.ca> <20180410195811.GA16998@host1.jankratochvil.net> <3c9ea505-10a0-766f-a152-c206c500868e@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3c9ea505-10a0-766f-a152-c206c500868e@ericsson.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-SW-Source: 2018-04/txt/msg00196.txt.bz2 On Tue, 10 Apr 2018 22:32:46 +0200, Simon Marchi wrote: > Of course, thanks for reporting. Does this fix it? > > >From fddee555819b2631920bf4a86854bb0d76ac121f Mon Sep 17 00:00:00 2001 > From: Simon Marchi > Date: Tue, 10 Apr 2018 16:31:52 -0400 > Subject: [PATCH] Iterate by index Yes. Jan