Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
388b067f
Commit
388b067f
authored
Oct 05, 2000
by
Richard Henderson
Committed by
Richard Henderson
Oct 05, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* com.c (finish_function): Don't init can_reach_end.
From-SVN: r36747
parent
83dad10c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/f/ChangeLog
+4
-0
gcc/f/com.c
+0
-3
No files found.
gcc/f/ChangeLog
View file @
388b067f
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
>
Sun
Oct
1
11
:
43
:
44
2000
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
com
.
c
(
lang_mark_false_label_stack
)
:
Remove
.
*
com
.
c
(
lang_mark_false_label_stack
)
:
Remove
.
...
...
gcc/f/com.c
View file @
388b067f
...
@@ -14188,9 +14188,6 @@ finish_function (int nested)
...
@@ -14188,9 +14188,6 @@ finish_function (int nested)
/* Generate rtl for function exit. */
/* Generate rtl for function exit. */
expand_function_end
(
input_filename
,
lineno
,
0
);
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
/* If this is a nested function, protect the local variables in the stack
above us from being collected while we're compiling this function. */
above us from being collected while we're compiling this function. */
if
(
ggc_p
&&
nested
)
if
(
ggc_p
&&
nested
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment