From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29888 invoked by alias); 22 Nov 2005 20:03:13 -0000 Received: (qmail 29879 invoked by uid 22791); 22 Nov 2005 20:03:13 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 20:03:09 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-144-137.inter.net.il [80.230.144.137]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BZR33642 (AUTH halo1); Tue, 22 Nov 2005 22:02:59 +0200 (IST) Date: Wed, 23 Nov 2005 02:52: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 Tue, 22 Nov 2005 15:20:50 +0800 (CST)) Subject: Re: [RFC]: Patch to support Fortran derived type - Revised Reply-to: Eli Zaretskii References: X-IsSubscribed: yes 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/msg00423.txt.bz2 > Date: Tue, 22 Nov 2005 15:20:50 +0800 (CST) > From: Wu Zhou > cc: gdb-patches@sources.redhat.com, Thomas.Koenig@online.de > > Yes. I am thinking of adding these to gdb manual. But I am not sure how > to organize them. As you know, we already have three subsection: Fortran > operators, Fortran defaults and special Fortran command. Which section > should this kind of text gets into? Maybe special Fortran commands? Yes, Fortran commands sounds like the right place. > However I did added a few words in the Fortran operators section. Here is > the patch: > > Index: gdb.texinfo > =================================================================== > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > retrieving revision 1.296 > diff -u -p -r1.296 gdb.texinfo > --- gdb.texinfo 20 Nov 2005 06:12:59 -0000 1.296 > +++ gdb.texinfo 22 Nov 2005 07:05:01 -0000 > @@ -9159,6 +9159,10 @@ of the second one. > @item : > The range operator. Normally used in the form of array(low:high) to > represent a section of array. > + > +@item % > +Fortran 90 and afterwards use this to access the members of derived > +type, which is also introduced after the Fortran 90. Thanks, this is fine.