From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120506 invoked by alias); 27 Apr 2016 13:22:48 -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 120493 invoked by uid 89); 27 Apr 2016 13:22:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qg0-f50.google.com Received: from mail-qg0-f50.google.com (HELO mail-qg0-f50.google.com) (209.85.192.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 27 Apr 2016 13:22:38 +0000 Received: by mail-qg0-f50.google.com with SMTP id 90so1265404qgz.1 for ; Wed, 27 Apr 2016 06:22:38 -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:from:date :message-id:subject:to:cc; bh=IP3m2mmlSAn+JaZ0sYq41bUdB/srTno9icYs8n7IX+8=; b=HSLdA9IoW0bujjuO0qxULtAfCkmobGxKUCFUEa0sSA+a/w3leKzD4rjfbkxj9f5Rsz 82qGHSt/oJt3k49epTSdH3Kz8Rfx8wPib9MbCuT/Dq3/Z+IMWbPBnAHYhPn14LAGLq7e tu1z5TO+ttx+Ax/PxNxbHObi2ZNiI+3RR801HWzule8xc8roOC+MGbBOgUYSd9yAOKbl fNad46pOT1uAj6t9weuXaHD3K58O5FjBMhOgUzR8u/bDtiBuqMSmHYoLTslG/HxrB6MX +clBpEV56KvCPKt4fRFTy7xAiRJu1LqaEgj4La6YAXA+bRiXvCmfuz6m7VTYXgSP6f5u OJSw== X-Gm-Message-State: AOPr4FUvFI1O0kPqljm1dXHSrWDG70iS77U3QH3wkMPg7ekKtMF5MKWAmqjGp1MZh6T3pkBdiDAxtM1NKlGmC1d2 X-Received: by 10.140.109.132 with SMTP id l4mr3551258qgf.9.1461763356253; Wed, 27 Apr 2016 06:22:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.24.134 with HTTP; Wed, 27 Apr 2016 06:21:56 -0700 (PDT) In-Reply-To: <57208DFF.3020801@redhat.com> References: <1461707298-26514-1-git-send-email-martin.galvan@tallertechnologies.com> <57208DFF.3020801@redhat.com> From: Martin Galvan Date: Wed, 27 Apr 2016 13:22:00 -0000 Message-ID: Subject: Re: [PATCH] c_value_print: Revert 'val' to a reference for TYPE_CODE_STRUCT To: Pedro Alves Cc: gdb-patches , Tom Tromey , Daniel Gutson Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-04/txt/msg00590.txt.bz2 On Wed, Apr 27, 2016 at 7:01 AM, Pedro Alves wrote: > What's the motivation behind this? Does it change anything user visible? AFAIK not directly, but I'm going to need it for the synthetic reference bug fix. Since this is an isolated change I thought I could send it for review now.