OSDN Git Service

* expr.c (expand_expr, case COND_EXPR): Make sure cleanups live on
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Jan 1996 22:40:15 +0000 (22:40 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Jan 1996 22:40:15 +0000 (22:40 +0000)
commit4650c3b04319d6a47e1400fb8be05506f6fba84c
tree8cec261e23f0f8482bcebc73bfb5c852924f36e2
parent934c8f7ec672702412b71f23f27c14e9febbd4c3
* expr.c (expand_expr, case COND_EXPR): Make sure cleanups live on
the function_obstack as they are used by the exception handling code.
(defer_cleanups_to): Ditto.
(TRUTH_ANDIF_EXPR): Ditto.
(TRUTH_ORIF_EXPR): Ditto.
Fixes eh43.C

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