r135417 - in /trunk/gcc: ChangeLog Makefile.in ...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Fri May 16 15:27:00 GMT 2008


Author: dnovillo
Date: Fri May 16 13:34:34 2008
New Revision: 135417

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135417
Log:
2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>

	* doc/invoke.text (-fdump-tree-*-verbose): New option.
	* tree-dump.c (dump_options): New verbose option.
	* tree-pretty-print.c (dump_phi_nodes, dump_generic_bb_buff):
	Add verbose dump.
	* tree-pass.h (TDF_VERBOSE): New dump flag.
	* print-tree.c (print_node): Added code to be able to print
	PHI_NODES.
	(tree-flow.h): Added include.
	Makefile.in (print-tree.o):  Added TREE_FLOW_H.



Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/doc/invoke.texi
    trunk/gcc/print-tree.c
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-dump.c
    trunk/gcc/tree-pass.h
    trunk/gcc/tree-pretty-print.c



More information about the Gcc-cvs mailing list