From: Richard Kenner Date: Mon, 24 Apr 1995 19:25:06 +0000 (-0400) Subject: (expand_decl_init): Call preserve_temp_slots to keep around any temp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae8c59c0a02903b940559fa92f948aa83e3b41c8;p=gcc.git (expand_decl_init): Call preserve_temp_slots to keep around any temp whose address was taken. From-SVN: r9434 --- 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 (); }