stmt.c (expand_cleanups): Add 4th argument to indicate if code needs to be expanded...
authorMike Stump <mrs@gcc.gnu.org>
Fri, 20 Jan 1995 19:27:33 +0000 (19:27 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 20 Jan 1995 19:27:33 +0000 (19:27 +0000)
commit50d1b7a1166c5208498a8884229c8c3a08e3eb05
tree462c72b7e6dc0c53d6033df90062f2db9a7ee1bc
parent28ed46164618631d07f5ddee9a9743c378d6cbcc
stmt.c (expand_cleanups): Add 4th argument to indicate if code needs to be expanded for the cleanup.

        * 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.

From-SVN: r8776
gcc/stmt.c