Commit e1686233 by Richard Kenner

(instantiate_decls): Check DECL_SAVED_INSNS to see if obstack change

is needed.

From-SVN: r10915
parent b7c2e1e2
......@@ -2554,7 +2554,7 @@ instantiate_decls (fndecl, valid_only)
{
tree decl;
if (DECL_INLINE (fndecl) || DECL_DEFER_OUTPUT (fndecl))
if (DECL_SAVED_INSNS (fndecl))
/* When compiling an inline function, the obstack used for
rtl allocation is the maybepermanent_obstack. Calling
`resume_temporary_allocation' switches us back to that
......
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