OSDN Git Service

* except.c (remove_eh_handler): Make static.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Apr 2009 17:09:45 +0000 (17:09 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Apr 2009 17:09:45 +0000 (17:09 +0000)
commit3bd824875843331bd147324cf092ef143ac37d50
tree158293eb0d8b0ff007c7e3e9274ce328ad42d9c5
parenta9f59e795834e1faf95d90e6359a27772cd55bf3
* except.c (remove_eh_handler): Make static.
(eh_region_must_not_throw_p): Kill.
(expand_resx_expr): Assertize.
(duplicate_eh_regions): Accept callback as parameter; comment.
* except.h (duplicate_eh_regions): New function.
(remap_decl_v): Kill.
(copy_cfg_body): Update call of duplicate_eh_regions.

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