From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115820 invoked by alias); 23 Jun 2015 15:57:19 -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 115786 invoked by uid 89); 23 Jun 2015 15:57:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f174.google.com Received: from mail-lb0-f174.google.com (HELO mail-lb0-f174.google.com) (209.85.217.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Jun 2015 15:57:17 +0000 Received: by lbbpo10 with SMTP id po10so9617062lbb.3 for ; Tue, 23 Jun 2015 08:57:14 -0700 (PDT) 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; bh=RgwMwfpDsOmuaEHlUbv2/SsQJGeRlFj6vjb+QwgU+Tk=; b=GFwjHbxB00nZX9AN0q44jQn7Izfn38116R73kfnLC9pt0WWpzmN4sjmmht8gZAQo+0 XESdAA7LptrJNnAOOcIhdwV31jFd3zqsBAjadQMT+pMPec3Px/4lRD311VlbNXxbsiwi LdHIoQsyX+PHDQfXsOJFbdHco9u41i9mlvkjgSID2uY2oVl9cREqhPWov4eoYbnbH82j h6ls7ojzNEmv4pI/02S58jE71xb82lQWyBOXhn2LbvczofLYhPuzW0B3B/6qZ3tps/Lh jj3SL7566GLAg35UNeftHKudpROPjvRJ6sBnyhVFomp+afzmaIiAMlCRT2RTAVBKdHga FGGg== X-Gm-Message-State: ALoCoQn7bjZvvIUFtGVnl5RD2TajN4AZ073lg7PMWUvjOQaQ59NK7AsvjiLHAZARbQXzuCItCioZ X-Received: by 10.152.120.135 with SMTP id lc7mr35162899lab.107.1435075034182; Tue, 23 Jun 2015 08:57:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.144.200 with HTTP; Tue, 23 Jun 2015 08:56:34 -0700 (PDT) In-Reply-To: References: <1434775646-2625-1-git-send-email-martin.galvan@tallertechnologies.com> <86bng8rtva.fsf@gmail.com> From: Martin Galvan Date: Tue, 23 Jun 2015 15:57:00 -0000 Message-ID: Subject: Re: [PING][PATCH] testsuite: Escape a loose '[' character inside a regexp. To: Doug Evans Cc: Yao Qi , gdb-patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-06/txt/msg00480.txt.bz2 On Tue, Jun 23, 2015 at 12:50 PM, Doug Evans wrote: > So for now I think the thing to do is apply this patch, > *and* add a comment somewhere (the function comment > for gdb_test?) documenting that [ == \[. > > Thoughts? If Yao thinks it's ok then I can send a v2 including that comment.