expr.c (expand_expr, [...]): Make sure cleanups live on the function_obstack as they...
authorMike Stump <mrs@gcc.gnu.org>
Tue, 16 Jan 1996 22:40:15 +0000 (22:40 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 16 Jan 1996 22:40:15 +0000 (22:40 +0000)
commit9ba73d3880e060602e86ca1a048969fe8b1baea7
tree8cec261e23f0f8482bcebc73bfb5c852924f36e2
parentf14c3e3d872e4a527640c3255e16187b48d3e32b
expr.c (expand_expr, [...]): Make sure cleanups live on the function_obstack as they are used by the...

* 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

From-SVN: r11033
gcc/expr.c