gcc gcjx/ChangeLog gcjx/TODO gcjx/defassign.cc ...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Wed Oct 12 00:48:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-10-12 00:48:06

Modified files:
	gcjx           : ChangeLog TODO defassign.cc dump.cc fold.cc 
	                 visitor.hh 
	gcjx/bytecode  : generate.cc generate.hh 
	gcjx/model     : invoke.cc 
	gcc/java       : ChangeLog tree.cc tree.hh 

Log message:
	gcj:
	* model/invoke.cc (visit): Pass 'finit' as argument to visitor.
	* defassign.cc (definite_assignment_visitor::visit_super_invocation):
	Updated.
	* fold.cc (fold_visitor::visit_super_invocation): Updated.
	* bytecode/generate.cc (visit_super_invocation): Updated.
	* bytecode/generate.hh (bytecode_generator::visit_super_invocation):
	Updated.
	* dump.cc (dumper::visit_super_invocation): Updated.
	(pretty_printer::visit_super_invocation): Likewise.
	* visitor.hh (visitor::visit_super_invocation): Added argument.
	gcc/java:
	* tree.cc (visit_super_invocation): Added argument.
	* tree.hh (tree_generator::visit_super_invocation): Added
	argument.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.133&r2=1.1.2.134
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/TODO.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.47&r2=1.1.2.48
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/defassign.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.9&r2=1.1.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/dump.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/fold.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/visitor.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/generate.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.24&r2=1.1.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/generate.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.13&r2=1.1.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/invoke.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1529.2.133&r2=1.1529.2.134
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.65&r2=1.1.2.66
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.18&r2=1.1.2.19



More information about the Gcc-cvs mailing list