diff options
author | Richard Henderson <rth@cygnus.com> | 2000-10-05 23:00:21 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-10-05 23:00:21 -0700 |
commit | 388b067fcfea685118c5e14ea4d9447a7648fff3 (patch) | |
tree | e899a584cd224b3b8f3e7d182bdcbb7e9c90f562 /gcc | |
parent | 83dad10cd4b91158e8dbf152c7346e41fec3de05 (diff) | |
download | gcc-388b067fcfea685118c5e14ea4d9447a7648fff3.zip gcc-388b067fcfea685118c5e14ea4d9447a7648fff3.tar.gz gcc-388b067fcfea685118c5e14ea4d9447a7648fff3.tar.bz2 |
* com.c (finish_function): Don't init can_reach_end.
From-SVN: r36747
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/com.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 3ec2c9e..63d89b5 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +2000-10-05 Richard Henderson <rth@cygnus.com> + + * com.c (finish_function): Don't init can_reach_end. + Sun Oct 1 11:43:44 2000 Mark Mitchell <mark@codesourcery.com> * com.c (lang_mark_false_label_stack): Remove. diff --git a/gcc/f/com.c b/gcc/f/com.c index 9cc31e9..7648910 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) |