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: Documentation of ".tu" file format


Richard Brooksby wrote:
I'm looking for documentation of the ".tu" file format output by the "-fdump-translation-unit". Is there any?

Probably not. They are mainly useful if you understand trees, and if you do understand trees, then you can probably read the .tu files.


Am I right in assuming that this is basically a dump of the tree described at <http://gcc.gnu.org/onlinedocs/gccint/Trees.html>?

Yes. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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