From 388b067fcfea685118c5e14ea4d9447a7648fff3 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 5 Oct 2000 23:00:21 -0700 Subject: [PATCH] * com.c (finish_function): Don't init can_reach_end. From-SVN: r36747 --- gcc/f/ChangeLog | 4 ++++ gcc/f/com.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 3ec2c9e6655..63d89b59bb6 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2000-10-05 Richard Henderson + + * com.c (finish_function): Don't init can_reach_end. + Sun Oct 1 11:43:44 2000 Mark Mitchell * com.c (lang_mark_false_label_stack): Remove. diff --git a/gcc/f/com.c b/gcc/f/com.c index 9cc31e908b2..7648910e3ea 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -14188,9 +14188,6 @@ finish_function (int nested) /* Generate rtl for function exit. */ expand_function_end (input_filename, lineno, 0); - /* So we can tell if jump_optimize sets it to 1. */ - can_reach_end = 0; - /* If this is a nested function, protect the local variables in the stack above us from being collected while we're compiling this function. */ if (ggc_p && nested) -- 2.30.2