From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23528 invoked by alias); 29 Jan 2020 02:52:36 -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 23511 invoked by uid 89); 29 Jan 2020 02:52:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Jan 2020 02:52:34 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 69B0F1E092; Tue, 28 Jan 2020 21:52:31 -0500 (EST) Subject: Re: [review v3] testsuite, cp: increase the coverage of testing pass-by-ref arguments To: "Aktemur, Tankut Baris" , Luis Machado , "tromey@sourceware.org" , "gdb-patches@sourceware.org" References: <20191214095325.3864520AF6@gnutoolchain-gerrit.osci.io> <80c8502f-a350-6a2b-0b72-bbc903f53bc3@linaro.org> <0dd26985-5952-d010-135f-a92aba6f9a05@linaro.org> From: Simon Marchi Message-ID: <00c42aea-d89f-662c-f2f2-af5b16affaa0@simark.ca> Date: Wed, 29 Jan 2020 03:18:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-01/txt/msg00916.txt.bz2 On 2020-01-28 5:40 a.m., Aktemur, Tankut Baris wrote: > The version with Luis' comment addressed is below. Thanks, that looks good to me. Simon