This is the mail archive of the gcc-help@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: ast in gcj


Tihanyi Norbert wrote:
Hello!

I have a little problem. I would like to make a new front-end for gcc.
It'll working with java search, but I can't found any reference how
can I dump my program's AST.
I hope, somebody could help me!

Look at gcc's debugging options. Probably you want something like:


-fdump-tree-all


David Daney



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