]> gcc.gnu.org Git - gcc.git/commit
except.c (remove_unreachable_regions): New.
authorJakub Jelinek <jakub@redhat.com>
Mon, 14 Jan 2002 21:06:26 +0000 (22:06 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 14 Jan 2002 21:06:26 +0000 (22:06 +0100)
commit655dd289ba24fa9f80a07c36431937e6f649a490
treeec54cec524d78b39ae5d7136e8cd28a953bc4958
parente6a5e4628761239be448d4dfd14eed42bc37383c
except.c (remove_unreachable_regions): New.

* except.c (remove_unreachable_regions): New.
(free_eh_status): Clear exception_handler_labels.
(convert_from_eh_region_ranges): Call remove_unreachable_regions.
(find_exception_handler_labels): Don't add the same label more than
once.
(remove_exception_handler_label): Don't die if
find_exception_handler_labels hasn't been called for the current
function yet.

From-SVN: r48845
gcc/ChangeLog
gcc/except.c
This page took 0.066877 seconds and 5 git commands to generate.