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 function.c gimplify.c stor-l ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-12-22 18:51:25

Modified files:
	gcc            : ChangeLog function.c gimplify.c stor-layout.c 
	                 tree.h 
	gcc/ada        : ChangeLog trans.c 

Log message:
	2004-12-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
	
	* trans.c (mark_visited): Set TYPE_SIZES_GIMPLIFIED.
	
	2004-12-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
	
	* tree.h (TYPE_SIZES_GIMPLIFIED): New.
	* function.c (gimplify_parm_type): Don't gimplify type if already done.
	* gimplify.c (gimplify_decl_expr): Likewise.
	(gimplify_type_sizes): Set TYPE_SIZES_GIMPLIFIED.  Examine nested
	array types.
	
	2004-12-22  Richard Henderson  <rth@redhat.com>
	
	* gimplify.c (eval_save_expr): Remove.
	(gimplify_one_sizepos): Unshare expr before gimplifying.
	* stor-layout.c (variable_size): Revert 2004-12-19 change.
	(layout_decl): Revert 2004-12-18 change.
	(layout_type): Revert 2004-12-21 change.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6920&r2=2.6921
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.594&r2=1.595
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&r1=2.95&r2=2.96
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stor-layout.c.diff?cvsroot=gcc&r1=1.222&r2=1.223
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.669&r2=1.670
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.617&r2=1.618
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/trans.c.diff?cvsroot=gcc&r1=1.85&r2=1.86


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