From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30936 invoked by alias); 29 Sep 2014 06:16:11 -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 30918 invoked by uid 89); 29 Sep 2014 06:16:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 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-vc0-f175.google.com Received: from mail-vc0-f175.google.com (HELO mail-vc0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 29 Sep 2014 06:16:08 +0000 Received: by mail-vc0-f175.google.com with SMTP id hy4so4029221vcb.20 for ; Sun, 28 Sep 2014 23:16:06 -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:date :message-id:subject:from:to:cc:content-type; bh=XcDaUS4saWdErRSFStt+s1k2dCLkJ7NTZKUaDlK8tH0=; b=W1h++SBVi1ij0eNLvLMFqe24S2Pyk795iqFDGeoSNltUF5U8flb6Upgw+uBCR2H4z4 iQfiCwaQGHzx/zBQrXF2Zk5+1EHtCM1r4+rIUDJCpVh4hQJnm3erSd4iBdZUWPGq/V5A B+BC/xN6YGfeT5paJp+JLC4YI38CFxBMZHvl99/9r1fWzc0dK2zLuW8CWfIciRDz0mtN lm8GAJkLtMVdvLnIPMgyevn1HkMudiHDjVPLPK/DcMtBYrAJO4JgXJA2VAHt7szIlEq6 kpcn4HFp/lxP/ovYXw4ioD14zjv15m1IkT5KamONUmgqd4ZhFvUT3avAsr+BeFglVOWA epJw== X-Gm-Message-State: ALoCoQnF4MeXeXY7E66beNCWYFL31QwIEnM5JX1w3Ke5KZL1VVMEdQQ/kGknrcpZRXrEbtkIPEXZ MIME-Version: 1.0 X-Received: by 10.52.165.97 with SMTP id yx1mr23751870vdb.15.1411971366499; Sun, 28 Sep 2014 23:16:06 -0700 (PDT) Received: by 10.52.181.65 with HTTP; Sun, 28 Sep 2014 23:16:06 -0700 (PDT) In-Reply-To: References: Date: Mon, 29 Sep 2014 06:16:00 -0000 Message-ID: Subject: Re: [PATCH 1/4] PR c++/13403 and PR c++/15154: Non trivial return value tests From: Doug Evans To: Siva Chandra Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00821.txt.bz2 On Sun, Sep 28, 2014 at 10:59 PM, Doug Evans wrote: > On Thu, Sep 11, 2014 at 11:36 AM, Siva Chandra wrote: >> Adds two tests, one fails and another passes. These tests illustrate >> the way in which the ABI function gnuv3_pass_by_reference is >> incomplete. >> >> gdb/testsuite/ChangeLog: >> >> 2014-09-11 Siva Chandra Reddy >> >> PR c++/13403 >> PR c++/15154 >> * gdb.cp/non-trivial-retval.cc: New file. >> * gdb.cp/non-trivial-retval.exp: New file. > > LGTM Forgot. One thing I wanted to ask is if the regexp could be more specific. E.g., instead of .*a = 11.*, have the full output?