gcc/gcc/java ChangeLog lower.cc tree.cc tree.hh

tromey@gcc.gnu.org tromey@gcc.gnu.org
Wed May 18 00:10:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-05-18 00:10:49

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

Log message:
	* lower.cc (visit_bytecode_block): Use build_label.
	(find_label): Set DECL_ARTIFICIAL.
	* tree.hh (tree_generator::build_label): Declare.
	* tree.cc (build_label): New method.
	(visit_do): Use it.
	(visit_for_enhanced): Likewise.
	(visit_for): Likewise.
	(visit_switch): Likewise.
	(visit_switch_block): Likewise.
	(visit_while): Likewise.

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.102&r2=1.1529.2.103
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lower.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.19&r2=1.1.2.20
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.45&r2=1.1.2.46
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.13&r2=1.1.2.14



More information about the Gcc-cvs mailing list