This is the mail archive of the gcc-cvs@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]

gcc/gcc ChangeLog.ssaupdate tree-cfg.c tree-pr ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	ssaupdate-branch
Changes by:	rakdver@gcc.gnu.org	2004-10-24 17:31:10

Modified files:
	gcc            : ChangeLog.ssaupdate tree-cfg.c 
	                 tree-pretty-print.c tree-ssa-loop-niter.c 
	                 tree-ssa-operands.c 

Log message:
	* tree-cfg.c (stmt_dominated_by_p): Handle statements defining initial
	value of a variable.
	* tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Removed.
	(can_count_iv_in_wider_type_bound): Use stmt_dominated_by_p.
	
	* tree-pretty-print.c (dump_generic_node): Cast pointer to size_t
	first.
	* tree-ssa-operands.c (test_imm_print, verify_abort): Ditto.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.ssaupdate.diff?cvsroot=gcc&only_with_tag=ssaupdate-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=ssaupdate-branch&r1=2.73.4.3&r2=2.73.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pretty-print.c.diff?cvsroot=gcc&only_with_tag=ssaupdate-branch&r1=2.46.2.1&r2=2.46.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-niter.c.diff?cvsroot=gcc&only_with_tag=ssaupdate-branch&r1=2.10&r2=2.10.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-operands.c.diff?cvsroot=gcc&only_with_tag=ssaupdate-branch&r1=2.49.6.2&r2=2.49.6.3


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