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: Receive only special Trees (fdump-tree...)


Jan Wegner wrote:
Hi! Is it possible to receive only special trees from -fdump-tree-{all-raw}?

Try reading the docs for the -fdump-tree-* options. You can choose which dump files are created by using the appropriate option.


I only need original, generic and gimple. Is there a description about the
generic-file somewhere?

You mean the text format dump file? Probably not. This is just a debugging aid. There is some documentation for the GENERIC and GIMPLE intermediate languages in the internal docs. See for instance the gcc/doc/tree-ssa.texi file. The format of the dump files follows from the definition of GENERIC and GIMPLE and should mostly be pretty obvious.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com



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