From 4ea8537b90194802ecdb144ad81d08d93e784977 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 5 Aug 1994 01:49:31 +0000 Subject: [PATCH] (defer_cleanups_to): Put back line which was mistakenly removed. From-SVN: r7857 --- gcc/expr.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.30.2