From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45389 invoked by alias); 3 May 2016 16:14:15 -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 45378 invoked by uid 89); 3 May 2016 16:14:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pa0-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 03 May 2016 16:14:04 +0000 Received: by mail-pa0-f41.google.com with SMTP id bt5so11549602pac.3 for ; Tue, 03 May 2016 09:14:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=RpU9u3AwHaWkgNuHU+n1xLvG9TM+jrFvTygtcO78Tf8=; b=js+NNuUaBJeUOPUOkmeFSIdR2Bj5wHjfQT4Qwo4b+o+crJi4wk4CQwVAeY8UyHmtqO BycFFvVF/QqAqQfRKFJAxcRke1EJUoe6c9iA3szN8HIsmiD8Oc9YvjJGL+qF4pHBqsg8 7z7WgU/EytiIanTeQ3j1BjD5rHa44ffOv6F7VPlBnH5i9CBRGtxmm7cdjsBsYah/d1et ADk0LlhK+ea8T5VTJYaHFctqQ5MNsBQtOYfoClBBx/MiNjaIiAE/eEyGwXtkVH1W2yvF kczxnOrrOHCVE0jbYN3MTBAdA3ykJeOoK/ge9vyYweN+n+tFBaMdrk/3qzbqymd9FG8n NLLA== X-Gm-Message-State: AOPr4FU2qzoAYa4ALVIR4G/gk2szXAzIqeziQncwfd8cOl6BuMJeZkAjwKu1L5b7Pg1yFQ== X-Received: by 10.67.1.3 with SMTP id bc3mr4759167pad.138.1462292042697; Tue, 03 May 2016 09:14:02 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id m190sm7079728pfm.29.2016.05.03.09.14.00 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 03 May 2016 09:14:01 -0700 (PDT) From: Yao Qi To: Walfred Tedeschi Cc: Yao Qi , Pedro Alves , gdb-patches Subject: Re: [PATCH V2] Improve user experience in printing Fortran derived types. References: <1458296757-6795-1-git-send-email-walfred.tedeschi@intel.com> <86a8l8nuqk.fsf@gmail.com> <5703ACCF.4060903@intel.com> <8660vwnsb3.fsf@gmail.com> <57274976.3000903@intel.com> Date: Tue, 03 May 2016 16:14:00 -0000 In-Reply-To: <57274976.3000903@intel.com> (Walfred Tedeschi's message of "Mon, 2 May 2016 14:35:02 +0200") Message-ID: <86zis7ce67.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00040.txt.bz2 Walfred Tedeschi writes: > Thus the result of the print of asquare is today: > > (gdb) print asquare > $1 =3D ( 0, {REAL(4) ()} 0x6716253 , {void ()} > 0x6716253 ) > > In this sense I suppose you would like to see that as a test added to > the fortran testsuite, right? Yes, you are right. > > With that would it be ok to commit, of course after review of the test? :) Please post the patch with the test, and I'll take a look. All of my questions have been answered in the discussions. --=20 Yao (=E9=BD=90=E5=B0=A7)