]> gcc.gnu.org Git - gcc.git/commit
expr.c (expand_expr, [...]): All cleanups have to be protected by interim exception...
authorMike Stump <mrs@gcc.gnu.org>
Thu, 7 Jul 1994 03:08:23 +0000 (03:08 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 7 Jul 1994 03:08:23 +0000 (03:08 +0000)
commit61d6b1cca163eda08e3b93f3032cc53d3f9b2de8
tree1c752111fb50bcfb3bc6b07878787a588a0289ba
parent6bc55d0587fca7984aa2aca637803b42126a381f
expr.c (expand_expr, [...]): All cleanups have to be protected by interim exception handling code.

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

From-SVN: r7666
gcc/expr.c
gcc/stmt.c
gcc/toplev.c
This page took 0.059765 seconds and 5 git commands to generate.