From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2706 invoked by alias); 18 Jun 2004 23:38:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2699 invoked from network); 18 Jun 2004 23:38:03 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sourceware.org with SMTP; 18 Jun 2004 23:38:03 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BbSvn-0008M7-00; Fri, 18 Jun 2004 19:38:00 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id C21A74B104; Fri, 18 Jun 2004 19:38:07 -0400 (EDT) To: drow@false.org, jimb@redhat.com Subject: Re: RFA: patch to fix gdb/1680 Cc: cagney@gnu.org, gdb-patches@sources.redhat.com, keiths@redhat.com, mec.gnu@mindspring.com Message-Id: <20040618233807.C21A74B104@berman.michael-chastain.com> Date: Fri, 18 Jun 2004 23:38:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-06/txt/msg00455.txt.bz2 > Ahh. Here is a revision of my patch. It is tested under the same > configuration as the original patch. It works for me, too, with the stock released TCL+Expect+Dejagnu. You gotta update the ChangeLog entry to match the patch. With that update, this patch is approved. I'm still futzing with a patched TCL+Expect+Dejagnu to get to the bottom of '{' processing. One thing I can say: tcl/generic/regcomp.c is nearly identical between sourceware TCL and released TCL. So it's something else in the call stack. Whee. Michael C === 2004-06-17 Jim Blandy Fix PR testsuite/1680. * gdb.arch/i386-sse.exp: Don't use curly braces in regular expressions.