egcs/gcc/java ChangeLog class.c jcf-dump.c jvg ...

ghazi@gcc.gnu.org ghazi@gcc.gnu.org
Thu Dec 30 19:30:00 GMT 1999


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	ghazi@sourceware.cygnus.com	99/12/30 19:30:22

Modified files:
	gcc/java       : ChangeLog class.c jcf-dump.c jvgenmain.c 
	                 parse.h parse.y parse.c expr.c jcf-parse.c 
	                 jv-scan.c 

Log message:
	* class.c (assume_compiled, assume_compiled_node): Add static
	prototype.
	(add_assume_compiled): Use xmalloc/xstrdup, not malloc/strdup.
	
	* jcf-dump.c (ARRAY_NEW_NUM): Cast long to int in switch.
	
	* jvgenmain.c (usage): Add static prototype with ATTRIBUTE_NORETURN.
	
	* parse.h (OBSOLETE_MODIFIER_WARNING): Rename parameter `modifier'
	to `__modifier' to avoid stringifying it.
	
	* parse.y (verify_constructor_circularity): Don't call a variadic
	function with a non-literal format string.
	(java_check_abstract_methods): Move unreachable code inside
	`continue' statement.
	(lookup_method_invoke): Call xstrdup, not strdup.
	
	* expr.c (expand_java_field_op): Avoid the use of ANSI string
	concatenation.
	
	* jcf-parse.c (yyparse): Likewise.
	
	* jv-scan.c (main): Likewise.



More information about the Gcc-cvs mailing list