gcc/gcc/java ChangeLog tree.cc tree.hh
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Tue Oct 11 21:14:00 GMT 2005
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
More information about the Gcc-cvs
mailing list