This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
tree dump utility
- From: flsp at cin dot ufpe dot br
- To: gcc at gcc dot gnu dot org
- Date: Wed, 31 Jul 2002 23:58:01 -0300 (EST)
- Subject: tree dump utility
Hi,
I am trying to dump the intermediate representation (the so-called "tree",
before RTL) of a C++ code, but the options on the manual seems do not work.
are there some "combination" of switches for this work?
I've been reading many postings here about the tree dumping (non)funcionality,
and seems that -fdump-translation-unit was disabled on newer gcc versions... is
that right??? if so, is there some other way to dump the intermediate
representation? - or rather, which gcc version supports it?
also, there are some comments about patches including "new dumping
funcionalities"... how can I use them???
thanks for helping,
FP.