From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27318 invoked by alias); 21 Oct 2008 21:28:20 -0000 Received: (qmail 27310 invoked by uid 22791); 21 Oct 2008 21:28:19 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 21 Oct 2008 21:27:42 +0000 Received: (qmail 24359 invoked from network); 21 Oct 2008 21:27:40 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 21 Oct 2008 21:27:40 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, Tom Tromey Subject: Re: RFA: fix PR 2506 Date: Tue, 21 Oct 2008 21:28:00 -0000 User-Agent: KMail/1.9.9 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810212227.43054.pedro@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2008-10/txt/msg00525.txt.bz2 On Tuesday 21 October 2008 22:13:59, Tom Tromey wrote: > Tom> I'll resubmit once the testing is finished. > > This fixes the problems you reported, and adds a new test case. > Built & regression tested on x86-64 (compile farm). > > Ok? > OK. Thanks again. > 2008-10-21 Tom Tromey > > PR gdb/2506: > * c-exp.y (string_exp): New production. > (exp): Use it. > > 2008-08-20 Tom Tromey > > * gdb.base/exprs.exp (test_expr): Add test for string > concatenation. > -- Pedro Alves