2005-09-17 Jan Hubicka <jh@suse.cz>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Sep 2005 20:58:14 +0000 (20:58 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Sep 2005 20:58:14 +0000 (20:58 +0000)
commit318077fa8b5f669b6bdf6947c4674cd1e05aadf8
tree6007379a8d48eef764853cdfda1b553008358a60
parent608526907f0a02fb65a97bad4d16e13c9b962c8c
2005-09-17  Jan Hubicka  <jh@suse.cz>

* except.c (struct eh_status): Turn region_array into vec.
(expand_resx_expr, collect_eh_region_array, remove_unreachable_regions,
convert_from_eh_region_ranges, find_exception_handler_labels,
current_function_has_exception_handlers, assign_filter_values,
build_post_landing_pads, dw2_build_landing_pads,
sjlj_find_directly_reachable_regions, sjlj_mark_call_sites,
sjlj_emit_dispatch_table, remove_eh_handler, for_each_eh_region,
foreach_reachable_handler, can_throw_internal_1,
convert_to_eh_region_ranges, verify_eh_tree): Update uses of
region_array.
(duplicate_eh_region_1): Update region_array.
(duplicate_eh_regions): Resize region_array and avoid recomputing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104375 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/except.c