* expr.c (expand_expr, defer_cleanups_to, expand_cleanups_to): All
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 1994 03:08:23 +0000 (03:08 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 1994 03:08:23 +0000 (03:08 +0000)
commit5f0195348295ffd818d6f599e7a70c155086b5ec
tree1c752111fb50bcfb3bc6b07878787a588a0289ba
parent997a30617de4aa8e936daeb84a39fba5330c13c9
    * expr.c (expand_expr, defer_cleanups_to, expand_cleanups_to): All
        cleanups have to be protected by interim exception handling code.
        * stmt.c (expand_decl_cleanup, expand_cleanups): Ditto.
        * toplev.c (interim_eh_hook): Hook for interim exception handling.
        * toplev.c (interim_eh): Default implementation for exception
        handling that does nothing.
        * toplev.c (main): Set default for interim_eh_hook.

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