aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r--gcc/cp/pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 36c8c10..52fc4d6 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -23281,7 +23281,7 @@ instantiate_decl (tree d, bool defer_ok, bool expl_inst_class_mem_p)
DECL_SAVED_TREE (d) = pop_stmt_list (block);
else
{
- d = finish_function (0);
+ d = finish_function (/*inline_p=*/false);
expand_or_defer_fn (d);
}