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
413ec213
Commit
413ec213
authored
Jun 02, 1994
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(expand_end_bindings): Don't bother emitting cleanups
after a barrier. From-SVN: r7432
parent
d9e1ab8d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gcc/stmt.c
+4
-0
No files found.
gcc/stmt.c
View file @
413ec213
...
...
@@ -2955,6 +2955,9 @@ expand_end_bindings (vars, mark_ends, dont_jump_in)
if
(
thisblock
->
data
.
block
.
stack_level
!=
0
||
thisblock
->
data
.
block
.
cleanups
!=
0
)
{
/* Only clean up here if this point can actually be reached. */
if
(
GET_CODE
(
get_last_insn
())
!=
BARRIER
)
{
/* Don't let cleanups affect ({...}) constructs. */
int
old_expr_stmts_for_value
=
expr_stmts_for_value
;
rtx
old_last_expr_value
=
last_expr_value
;
...
...
@@ -2979,6 +2982,7 @@ expand_end_bindings (vars, mark_ends, dont_jump_in)
emit_stack_save
(
SAVE_NONLOCAL
,
&
nonlocal_goto_stack_level
,
NULL_RTX
);
}
}
/* Any gotos out of this block must also do these things.
Also report any gotos with fixups that came to labels in this
...
...
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