This is the mail archive of the egcs-cvs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs/gcc ChangeLog integrate.c graph.c objc/ob ...


CVSROOT:	/cvs/egcs
Module name:	egcs
Changes by:	zack@egcs.cygnus.com	99/04/14 20:28:55

Modified files:
	gcc            : ChangeLog integrate.c graph.c 
	gcc/objc       : objc-act.c 

Log message:
	1999-04-14 23:26 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
	
	* graph.c (node_data): Return void.  Ignore result of
	print_rtl_single.  Change caller to match.
	* integrate.c (subst_constants): Initialize op0_mode to an
	invalid mode, and abort before use if it's still invalid.
	(Can only happen if the RTX_CLASS, RTX_FORMAT tables are corrupted.)
	* objc/objc-act.c (get_objc_string_decl,
	build_selector_translation_table, generate_protocol_list,
	synth_id_with_class_suffix, build_keyword_selector,
	build_selector_expr, gen_declarator): Abort when the tree
	structure is corrupted.