From ae8c59c0a02903b940559fa92f948aa83e3b41c8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 24 Apr 1995 15:25:06 -0400 Subject: [PATCH] (expand_decl_init): Call preserve_temp_slots to keep around any temp whose address was taken. From-SVN: r9434 --- gcc/stmt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/stmt.c b/gcc/stmt.c index 36fe26024cd..ea15c248eaf 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -3523,6 +3523,7 @@ expand_decl_init (decl) TREE_USED (decl) = was_used; /* Free any temporaries we made while initializing the decl. */ + preserve_temp_slots (NULL_RTX); free_temp_slots (); } -- 2.30.2