OSDN Git Service

* stmt.c (expand_cleanups): Add third parameter so that we can
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Dec 1994 00:22:13 +0000 (00:22 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Dec 1994 00:22:13 +0000 (00:22 +0000)
commita47605e904710c734fa9b22d91fc9e3e4076ddbc
treebfbb572518bb9f7e4ca2d1450956815dec8c92b3
parenteb4a3ec30787318ba9753cc44e259e198034bb0b
* 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.

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