gcc/gcjx ChangeLog compiler.cc compiler.hh main.cc
rmathew@gcc.gnu.org
rmathew@gcc.gnu.org
Thu Oct 13 04:01:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcjx-branch
Changes by: rmathew@gcc.gnu.org 2005-10-13 04:01:11
Modified files:
gcjx : ChangeLog compiler.cc compiler.hh main.cc
Log message:
Add a new -fdump-tree flag for printing out the AST.
* compiler.hh (compiler::dump_tree): New compiler flag.
* compiler.cc (compiler::dump_tree): Initialize to false.
(compiler::do_analyze_unit): Dump AST at the end of semantic
analysis, if requested.
* main.cc (features): Add "dump-tree".
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.136&r2=1.1.2.137
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/compiler.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.7&r2=1.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/compiler.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/main.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.8&r2=1.1.2.9
More information about the Gcc-cvs
mailing list