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

Reply via email to