gcc/gcc/java ChangeLog tree.cc tree.hh
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Sun Mar 27 02:46:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcjx-branch
Changes by: tromey@gcc.gnu.org 2005-03-27 02:46:45
Modified files:
gcc/java : ChangeLog tree.cc tree.hh
Log message:
* tree.hh (tree_generator::binary_operator): Declare.
(tree_generator::arith_shift): Likewise.
* tree.cc (visit_block): Annotate result.
(visit_catch): Likewise.
(visit_for): Likewise.
(visit_synchronized): Likewise.
(visit_array_initializer): Likewise.
(visit_array_ref): Likewise.
(binary_operator): Added 'element' argument. Annotate result.
(visit_arith_binary): Updated.
(visit_arith_binary): Likewise.
(visit_arith_binary): Annotate result.
(visit_arith_binary): Updated.
(arith_shift): Added 'element' argument. Annotate result.
(visit_arith_shift): Updated.
(visit_assignment): Annotate result.
(handle_op_assignment): Added 'element' argument. Annotate
result.
(visit_op_assignment): Updated.
(visit_cast): Annotate result.
(visit_class_ref): Likewise.
(visit_comparison): Likewise.
(visit_conditional): Likewise.
(visit_field_ref): Likewise.
(visit_field_initializer): Likewise.
(visit_instanceof): Likewise.
(visit_logical_binary): Likewise.
(visit_method_invocation): Likewise.
(visit_type_qualified_invocation): Likewise.
(visit_super_invocation): Likewise.
(visit_this_invocation): Likewise.
(visit_new): Likewise.
(visit_new_array): Likewise.
(handle_inc_dec): Added 'element' argument. Annotate result.
(visit_prefix_side_effect): Updated.
(visit_prefix_simple): Annotate result.
(visit_postfix_side_effect): Updated.
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.60&r2=1.1529.2.61
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.25&r2=1.1.2.26
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.6&r2=1.1.2.7
More information about the Gcc-cvs
mailing list