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 fold-const.c tree-dump.c tre ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-06-28 22:26:24

Modified files:
	gcc            : ChangeLog fold-const.c tree-dump.c 
	                 tree-inline.c tree.c tree.def 

Log message:
	* tree.def (REALPART_EXPR, IMAGPART_EXPR): Change class to 'r'.
	* fold-const.c (operand_equal_p <case 'r'>): Add REALPART_EXPR,
	IMAGPART_EXPR.
	* tree-dump.c (dequeue_and_dump): Handle REALPART_EXPR and
	IMAGPART_EXPR explicitly.
	* tree-inline.c (estimate_num_insns_1): Don't handle REALPART_EXPR
	and IMAGPART_EXPR specially.
	* tree.c (build1_stat): Copy TREE_THIS_VOLATILE into class 'r'.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4184&r2=2.4185
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fold-const.c.diff?cvsroot=gcc&r1=1.413&r2=1.414
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dump.c.diff?cvsroot=gcc&r1=1.23&r2=1.24
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.116&r2=1.117
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&r1=1.381&r2=1.382
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.def.diff?cvsroot=gcc&r1=1.84&r2=1.85


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