From e1686233d23e7833be81e2cea1341d6938bef265 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 31 Dec 1995 15:03:23 -0500 Subject: [PATCH] (instantiate_decls): Check DECL_SAVED_INSNS to see if obstack change is needed. From-SVN: r10915 --- gcc/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/function.c b/gcc/function.c index 0c3aa7e07ad..7d103c33f36 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -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 -- 2.30.2