egcs/gcc/java Tag: gcc-2_95-branch ChangeLog e ...

green@egcs.cygnus.com green@egcs.cygnus.com
Mon Jun 21 12:09:00 GMT 1999


CVSROOT:	/cvs/egcs
Module name:	egcs
Changes by:	green@egcs.cygnus.com	99/06/21 12:09:22

Modified files:
	gcc/java       : Tag: gcc-2_95-branch ChangeLog except.c 
	                 verify.c 

Log message:
	More important patches from the trunk:
	
	* except.c (find_handler_in_range): The upper limit for exception
	ranges is exclusive, not inclusive: (start <= pc < end).
	(link_handler): find child pointer which points to outer by
	searching sibling list: previous code incorrectly assumed that
	outer->outer->first_child must point to outer.
	* verify.c (verify_jvm_instructions): FIXME added to code for
	`athrow'.
	(verify_jvm_instructions): Do not assume that the last block
	processed in a subroutine is a block which ends with a `ret'
	instruction.  With some control flows it is possible that the last
	block ends with an `athrow'.



More information about the Gcc-cvs mailing list