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
638e6ebc
Commit
638e6ebc
authored
Sep 09, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Sep 09, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a missing GC root
From-SVN: r29236
parent
92a432f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+5
-0
gcc/except.c
+2
-0
No files found.
gcc/ChangeLog
View file @
638e6ebc
Thu
Sep
9
17
:
23
:
19
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
except
.
c
(
call_get_eh_context
)
:
Add
root
when
allocating
static
tree
variable
.
Thu
Sep
9
15
:
24
:
59
BST
1999
Richard
Earnshaw
<
rearnsha
@arm
.
com
>
*
arm
.
c
:
Include
"ggc.h"
.
...
...
gcc/except.c
View file @
638e6ebc
...
...
@@ -1101,6 +1101,8 @@ call_get_eh_context ()
make_decl_rtl
(
fn
,
NULL_PTR
,
1
);
assemble_external
(
fn
);
pop_obstacks
();
ggc_add_tree_root
(
&
fn
,
1
);
}
expr
=
build1
(
ADDR_EXPR
,
build_pointer_type
(
TREE_TYPE
(
fn
)),
fn
);
...
...
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