Commit ae8c59c0 by Richard Kenner

(expand_decl_init): Call preserve_temp_slots to keep around any temp

whose address was taken.

From-SVN: r9434
parent e8abc66f
......@@ -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 ();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment