OSDN Git Service

* stmt.c (expand_cleanups): Add 4th argument to indicate if code
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jan 1995 19:27:33 +0000 (19:27 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jan 1995 19:27:33 +0000 (19:27 +0000)
commitfe04dc94887a8b060db23f3d0bffa3f24b454a42
tree462c72b7e6dc0c53d6033df90062f2db9a7ee1bc
parent028ea8b4bd64647b0f4d0c08051b6b5ab467ef7c
    * stmt.c (expand_cleanups): Add 4th argument to indicate if code
        needs to be expanded for the cleanup.
        (expand_goto_internal): Ditto.
        (bc_expand_goto_internal): Ditto.
        (fixup_gotos): Ditto.
        (expand_end_bindings): Ditto.  We now always call expand_cleanups,
        even after BARRIERs, so that the call to the exception handling
        routines is always done.

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