gcc/gcc/java ChangeLog class.c parse.y

apbianco@gcc.gnu.org apbianco@gcc.gnu.org
Wed Jun 20 20:20:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	apbianco@gcc.gnu.org	2001-06-20 20:20:06

Modified files:
	gcc/java       : ChangeLog class.c parse.y 

Log message:
	2001-06-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
	
	* class.c (java_hash_tree_node): Fixed indentation in leading comment.
	* parse.y (do_resolve_class): Moved comments out to leading comment
	section. Removed local `start', New local `_ht' and
	`circularity_hash.'  Record `enclosing' in hash table and search
	it to detect circularity.  Use `enclosing' as an argument to
	`lookup_cl.' Free the hash table when done.
	
	( http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01318.html )

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.753&r2=1.754
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/class.c.diff?cvsroot=gcc&r1=1.98&r2=1.99
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.289&r2=1.290



More information about the Gcc-cvs mailing list