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
716cc7f7
Commit
716cc7f7
authored
Dec 03, 1997
by
Jason Merrill
Committed by
Jason Merrill
Dec 02, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
From-SVN: r16896
parent
de35891e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/stmt.c
+2
-0
No files found.
gcc/ChangeLog
View file @
716cc7f7
Tue Dec 2 19:40:43 1997 Jason Merrill <jason@yorick.cygnus.com>
* stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.
Tue Dec 2 12:54:33 1997 Jim Wilson <wilson@cygnus.com>
* unroll.c (find_splittable_givs): Remove last change. Handle givs
...
...
gcc/stmt.c
View file @
716cc7f7
...
...
@@ -3992,6 +3992,8 @@ expand_decl_cleanup (decl, cleanup)
if
(
!
using_eh_for_cleanups_p
||
expand_eh_region_start_tree
(
decl
,
cleanup
))
TREE_ADDRESSABLE
(
t
)
=
1
;
/* If that started a new EH region, we're in a new block. */
thisblock
=
block_stack
;
if
(
cond_context
)
{
...
...
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