From: Jason Merrill Date: Fri, 5 Aug 1994 01:49:31 +0000 (+0000) Subject: (defer_cleanups_to): Put back line which was mistakenly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ea8537b90194802ecdb144ad81d08d93e784977;p=gcc.git (defer_cleanups_to): Put back line which was mistakenly removed. From-SVN: r7857 --- diff --git a/gcc/expr.c b/gcc/expr.c index 61be655f54f..35a5ec98517 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -8379,6 +8379,7 @@ defer_cleanups_to (old_cleanups) while (cleanups_this_call != old_cleanups) { (*interim_eh_hook) (TREE_VALUE (cleanups_this_call)); + last = cleanups_this_call; cleanups_this_call = TREE_CHAIN (cleanups_this_call); }