From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127780 invoked by alias); 21 Jun 2016 08:08:45 -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 127769 invoked by uid 89); 21 Jun 2016 08:08:44 -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-f43.google.com Received: from mail-pa0-f43.google.com (HELO mail-pa0-f43.google.com) (209.85.220.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 21 Jun 2016 08:08:34 +0000 Received: by mail-pa0-f43.google.com with SMTP id hl6so4101539pac.2 for ; Tue, 21 Jun 2016 01:08:34 -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=LxRNTb3HBXDCeeM0aZg3qFzG2278HkKSPdY1LUBjcKU=; b=EnGevTLesXzap9XoVY9HEEZRpy2ShJBPBSZrgeJ7rrJ8hR+VK4nTDF5r2b1aCWKTcr 2qBBeiIJW33cz0X5n/jywAW6XNOsAjubG2l+/DRxLmiTE6TT/5yNDVUtN+Oy+fhvGmBG N8rHrbZGz8GFrcumC28UjqYyK8gzjUqkbuYl2CEazON7bDhmrgxYWGgdTesJy2TbrY1n g1DGT6MqEsv2lVJvITGmAdMB0DBHjsNhr9oHx3SOVo6HQN/KsgTHa3P9Cwn0+HsptXy/ HgjZ4xu1v9GwuoMLQK6KNwH2gKwwxbLOntDMs1B2fgtWOkeYvF/NfVm27+yXbnOK0uI4 ScZA== X-Gm-Message-State: ALyK8tLFJ2RshXmSrsJjrhm86WVIEYmKDib3hy5GEpB8j6VkzUhKXr2rhF2RVjg2wcwQHA== X-Received: by 10.66.27.80 with SMTP id r16mr26922465pag.102.1466496512565; Tue, 21 Jun 2016 01:08:32 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id x67sm93455460pff.47.2016.06.21.01.08.30 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 21 Jun 2016 01:08:31 -0700 (PDT) From: Yao Qi To: Walfred Tedeschi Cc: palves@redhat.com, qiyaoltc@gmail.com, gdb-patches@sourceware.org Subject: Re: [PATCH V3] Improve user experience in printing Fortran derived types. References: <1466493448-17323-1-git-send-email-walfred.tedeschi@intel.com> Date: Tue, 21 Jun 2016 08:08:00 -0000 In-Reply-To: <1466493448-17323-1-git-send-email-walfred.tedeschi@intel.com> (Walfred Tedeschi's message of "Tue, 21 Jun 2016 09:17:28 +0200") Message-ID: <864m8nrmkt.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-06/txt/msg00349.txt.bz2 Walfred Tedeschi writes: Hi Walfred, When you post V3, please give a link to V2 in your email, so that I can recall the review last time. Patch is good to me. > +! Ihis file is the Fortran source file for derived-type.exp. It was derived-type-function.exp? --=20 Yao (=E9=BD=90=E5=B0=A7)