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/java ChangeLog tree.cc tree.hh


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-10-11 21:14:56

Modified files:
	gcc/java       : ChangeLog tree.cc tree.hh 

Log message:
	* tree.hh (tree_generator::build_arguments): Declare.
	* tree.cc (binary_operator): Force evaluation order.
	(binary_operator): Likewise.  Special case division and mod.
	(visit_arith_binary): Use binary_operator.
	(visit_arith_binary): Likewise.
	(arith_shift): Force evaluation order.
	(visit_op_assignment): Use stabilize_reference; force evaluation
	order.
	(build_arguments): New method.
	(handle_invocation): Use it.
	(build_array_reference): Force evaluation order.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1529.2.129&r2=1.1529.2.130
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/tree.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.62&r2=1.1.2.63
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/tree.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.17&r2=1.1.2.18


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