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 tree-inline.c tree.c


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2003-10-05 19:07:48

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

Log message:
	* tree-inline.c (remap_type): New.
	(remap_decl): Use it.  Remap DECL_SIZE*.
	(copy_body_r): Use it.
	(walk_tree): Walk TREE_TYPE too.
	(copy_tree_r): Don't walk subtrees of types.
	* tree.c (variably_modified_type_p): Restructure.  Consider integer
	types with non-const bounds variably modified.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1286&r2=2.1287
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.82&r2=1.83
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&r1=1.331&r2=1.332


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