From 0e5eedfeb07de9302f853038fb3a94f8086558ec Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 23 Nov 1993 06:19:09 +0000 Subject: [PATCH] (finish_function): Pass new arg to expand_function_end. Don't call expand_end_bindings here. From-SVN: r6140 --- gcc/c-decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-decl.c b/gcc/c-decl.c index bb2ad125c1a..7a18d446c4f 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6450,7 +6450,7 @@ finish_function (nested) #endif /* Generate rtl for function exit. */ - expand_function_end (input_filename, lineno); + expand_function_end (input_filename, lineno, 0); /* So we can tell if jump_optimize sets it to 1. */ can_reach_end = 0; -- 2.30.2