This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gcjx] Add -fdump-tree for dumping AST
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 12 Oct 2005 14:49:00 -0600
- Subject: Re: [gcjx] Add -fdump-tree for dumping AST
- References: <dijmjt$ku1$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> The attached patch is my attempt to add an "-fdump-tree" option
Ranjit> to the standalone compiler that uses the pretty-printer to
Ranjit> dump the AST of a file after compilation. The actual dumping
Ranjit> happens after semantic analysis in compiler::do_analyze_unit().
Ranjit> Does this look acceptable?
Yes, thanks.
Tom