[RFC]: Patch to support Fortran derived type - Revised

Eli Zaretskii eliz@gnu.org
Wed Nov 16 14:16:00 GMT 2005


> Date: Wed, 16 Nov 2005 15:20:18 +0800 (CST)
> From: Wu Zhou <woodzltc@cn.ibm.com>
> 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.



More information about the Gdb-patches mailing list