stmt.c (expand_cleanups): Add third parameter so that we can avoid marking a cleanup...
authorMike Stump <mrs@gcc.gnu.org>
Wed, 28 Dec 1994 00:22:13 +0000 (00:22 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 28 Dec 1994 00:22:13 +0000 (00:22 +0000)
commit4e44807bc46fbd7e20af0d84f47b646bb27e6e6f
treebfbb572518bb9f7e4ca2d1450956815dec8c92b3
parent808cfea199c97196c7d641ad144459fde7b245a1
stmt.c (expand_cleanups): Add third parameter so that we can avoid marking a cleanup region if...

* stmt.c (expand_cleanups): Add third parameter so that we can
avoid marking a cleanup region if this cleanup is part of a fixup
style goto.
(expand_goto_internal): Pass a 1 to expand_cleanups.
(bc_expand_goto_internal): Ditto.
(fixup_gotos): Ditto.
(expand_end_bindings): Pass a 0 to expand_cleanups.

From-SVN: r8694
gcc/stmt.c