gcc/gcc tree-inline.c tree-dfa.c ChangeLog

dberlin@gcc.gnu.org dberlin@gcc.gnu.org
Thu May 9 13:27:00 GMT 2002


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	ast-optimizer-branch
Changes by:	dberlin@gcc.gnu.org	2002-05-09 13:27:55

Modified files:
	gcc            : tree-inline.c tree-dfa.c ChangeLog 

Log message:
	2002-05-09  Daniel Berlin  <dberlin@dberlin.org>
	
	* tree-dfa.c (dump_varref): Tree inlining generates variables with
	no name. Don't crash on dumping varref's of them.
	
	* tree-inline.c (expand_call_inline): Generate a proper STMT_EXPR
	(it was missing COMPOUND_STMT).

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=ast-optimizer-branch&r1=1.13.2.6&r2=1.13.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dfa.c.diff?cvsroot=gcc&only_with_tag=ast-optimizer-branch&r1=1.1.2.18&r2=1.1.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=ast-optimizer-branch&r1=1.10739.2.55&r2=1.10739.2.56



More information about the Gcc-cvs mailing list