This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to debug/dump g77's tree node?



From: Diego Novillo <dnovillo@redhat.com>
To: Jiang Alan <whjiang_cn@hotmail.com>
CC: "gcc@gcc.gnu.org" <gcc@gcc.gnu.org>
Subject: Re: How to debug/dump g77's tree node?
Date: 14 Aug 2002 08:01:42 -0400

On Wed, 2002-08-14 at 02:02, Jiang Alan wrote:

> Now I want to do some work on g77, however, the dump funcion
dump_node
> is missing in g77. How can I get the corresponding tree representation
for
> a fortran 77 program?
>
You can't.  Fortran functions are not represented as trees.
Then how is it represented and how can I dump/debug it? Anyway, I find some code in f/ subdirectory about tree, however, I don't understand its overview design.



_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.microsoft.com/cn


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]