This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Parse tree-dump
- From: "Long Fei" <lfei at ecn dot purdue dot edu>
- To: <gcc at gnu dot org>, "'GCC Mailing List'" <gcc at gcc dot gnu dot org>
- Date: Wed, 5 Nov 2003 19:56:55 -0500
- Subject: Parse tree-dump
I used "-fdump-tree-original" to get a dump. It looks messy. I need
write a small program to parse it. Does anybody know where to find the
documentations for the dump ? Basically, I need to know what fields can
be in a dump unit, and how the dump is organized.
Thanks in advance,
--Long