gcc/gcc ChangeLog tree.h tree-dump.c tree-opti ...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Tue Aug 23 07:39:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	jakub@gcc.gnu.org	2005-08-23 07:39:48

Modified files:
	gcc            : ChangeLog tree.h tree-dump.c tree-optimize.c 
	                 passes.c 

Log message:
	* tree-pass.h (TDF_GRAPH): Define.
	* tree-dump.c (dump_options): Don't set TDF_GRAPH in "all".
	* passes.c (close_dump_file): Set TDF_GRAPH bit.
	(finish_optimization_passes): Only call finish_graph_dump_file
	if TDF_GRAPH is set.
	* tree-optimize.c (execute_one_pass): Don't call
	clean_graph_dump_file here.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.384&r2=2.7592.2.385
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.693.2.1&r2=1.693.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dump.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.38&r2=1.38.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-optimize.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.74.2.1&r2=2.74.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/passes.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.72.2.3&r2=2.72.2.4



More information about the Gcc-cvs mailing list