From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31596 invoked by alias); 16 Nov 2005 09:14:02 -0000 Received: (qmail 31553 invoked by uid 22791); 16 Nov 2005 09:13:56 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 16 Nov 2005 09:13:56 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-53-80.inter.net.il [80.230.53.80]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CZK51087 (AUTH halo1); Wed, 16 Nov 2005 11:13:24 +0200 (IST) Date: Wed, 16 Nov 2005 14:16:00 -0000 Message-Id: From: Eli Zaretskii To: Wu Zhou CC: gdb-patches@sources.redhat.com, Thomas.Koenig@online.de In-reply-to: (message from Wu Zhou on Wed, 16 Nov 2005 15:20:18 +0800 (CST)) Subject: Re: [RFC]: Patch to support Fortran derived type - Revised Reply-to: Eli Zaretskii References: Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00224.txt.bz2 > Date: Wed, 16 Nov 2005 15:20:18 +0800 (CST) > From: Wu Zhou > cc: Thomas.Koenig@online.de > > I revised the patch to add derived type support. Now it can print > the nested type such like this: > > Type foo > int4 :: a > Type bar > real :: b > End Type bar :: x > End Type foo > > It could also handle the member access like q%x%b. Thanks. > Any more place is needed to be improved, please let me know. How about mentioning this in the manual? It would be good to document how these values and types are printed, in case a user is not fluent with these f9x features.