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]

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.


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