From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5303 invoked by alias); 4 Nov 2014 02:08:20 -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 5292 invoked by uid 89); 4 Nov 2014 02:08:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f42.google.com Received: from mail-oi0-f42.google.com (HELO mail-oi0-f42.google.com) (209.85.218.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 04 Nov 2014 02:08:17 +0000 Received: by mail-oi0-f42.google.com with SMTP id a3so9041809oib.15 for ; Mon, 03 Nov 2014 18:08:16 -0800 (PST) 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:date :message-id:subject:from:to:cc:content-type; bh=IbJ30LiyLDFvvtUXJVj91uJZ+sa+jXC5nvCtge2/9iM=; b=LWK65qAhPIGheAAf9608FqFmXZev9QcXHx49etYEmtB5CD71UASygz1h1IZClZCNMu 1NhyBVG0KjK1hQLllGtcjUpKPtDumGsld3xY5xcGfqJCvst08QZhGG5vA2VyWa5kt3GS uw6yzvTh4BVfbRAJyvtw2I+wO92qqp934CDABUdlmxvF6cC5MLmJyg9Y8fxWArgHybwo GaBmN9SGNzuRipIUi9BN+9PRujnClI9I8tJo1e/mDgZbx/JOF/2rjwsiGfyTOyNoHblc 9NiXJUC2Pv/dPIbPzas5T0lP0R4g49Yo1QcYPsLG1QCLWNSiXAFsEnmapfrsJgrwdY/0 pHRg== X-Gm-Message-State: ALoCoQkG0ku7QvmtWyjWVXz0jc48xy+whaY2nsD3bfJJ6QcqrCeqdAT9dJV1IH7RUwWLzAQAAThh MIME-Version: 1.0 X-Received: by 10.202.87.20 with SMTP id l20mr37906158oib.36.1415066895925; Mon, 03 Nov 2014 18:08:15 -0800 (PST) Received: by 10.202.197.13 with HTTP; Mon, 3 Nov 2014 18:08:15 -0800 (PST) In-Reply-To: <201411031508.sA3F815b024788@d06av02.portsmouth.uk.ibm.com> References: <201411031508.sA3F815b024788@d06av02.portsmouth.uk.ibm.com> Date: Tue, 04 Nov 2014 02:08:00 -0000 Message-ID: Subject: Re: [PATCH] PR c++/17494 - Fix evaluation of method calls under EVAL_SKIP From: Siva Chandra To: Ulrich Weigand Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00057.txt.bz2 On Mon, Nov 3, 2014 at 7:08 AM, Ulrich Weigand wrote: >>gdb/ChangeLog: >> >>2014-10-20 Siva Chandra Reddy >> >> PR c++/17494 >> * eval.c (evaluate_subexp_standard): Evaluate the "object" and >> the method args also under EVAL_SKIP when evaluating method >> calls under EVAL_SKIP. >> >>gdb/testsuite/ChangeLog: >> >>2014-10-20 Siva Chandra Reddy >> >> PR c++/17494 >> * gdb.cp/pr17494.cc: New file. >> * gdb.cp/pr17494.exp: New file. > > This is OK. Thanks for the review. Pushed: e0f52461c2467b6610391681fa27cd9b3c5def57