OSDN Git Service

* flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Mar 2000 21:30:17 +0000 (21:30 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Mar 2000 21:30:17 +0000 (21:30 +0000)
commited74c60e54ca7f80b2dabae5c82928b5d2b77125
tree5ebf91de1a0adafc35062b23a2450bd867d352f7
parentee499b6bc155f53c699cf6b0337d9630f194ab99
    * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
        can occur outside of an EH region.
        * except.c: Correct comments about rethrow behavior.
        (rethrow_symbol_map): Do nothing if !flag_new_exceptions.

        * flow.c (make_edges): Always call make_eh_edge for calls.

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