graph.c (node_data): Return void.
authorZack Weinberg <zack@gcc.gnu.org>
Wed, 14 Apr 1999 20:28:54 +0000 (20:28 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 14 Apr 1999 20:28:54 +0000 (20:28 +0000)
commita30d557c369edf926b0d1fa48e419dfdda86d523
tree30c3f0597f0621506978887d289120c8b4def75a
parentd20a4159c39d75bb573a6d524f6f06b4a35eac2e
graph.c (node_data): Return void.

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.

From-SVN: r26463
gcc/ChangeLog
gcc/graph.c
gcc/integrate.c
gcc/objc/objc-act.c