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
a856e96f
Commit
a856e96f
authored
Sep 11, 2008
by
Jan Hubicka
Committed by
Jan Hubicka
Sep 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gimplify.c (pop_gimplify_context): Free bind_expr_stack.
From-SVN: r140280
parent
825b2fe7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/gimplify.c
+1
-0
No files found.
gcc/ChangeLog
View file @
a856e96f
2008
-
09
-
11
Jan
Hubicka
<
jh
@suse
.
cz
>
2008
-
09
-
11
Jan
Hubicka
<
jh
@suse
.
cz
>
*
gimplify
.
c
(
pop_gimplify_context
)
:
Free
bind_expr_stack
.
2008
-
09
-
11
Jan
Hubicka
<
jh
@suse
.
cz
>
*
function
.
c
(
free_after_compilation
)
:
Call
insn_locators_free
.
*
function
.
c
(
free_after_compilation
)
:
Call
insn_locators_free
.
*
cfglayout
.
c
(
insn_locators_free
)
:
New
function
.
*
cfglayout
.
c
(
insn_locators_free
)
:
New
function
.
*
rtl
.
h
(
insn_locators_free
)
:
Declare
.
*
rtl
.
h
(
insn_locators_free
)
:
Declare
.
...
...
gcc/gimplify.c
View file @
a856e96f
...
@@ -216,6 +216,7 @@ pop_gimplify_context (gimple body)
...
@@ -216,6 +216,7 @@ pop_gimplify_context (gimple body)
gcc_assert
(
c
&&
(
c
->
bind_expr_stack
==
NULL
gcc_assert
(
c
&&
(
c
->
bind_expr_stack
==
NULL
||
VEC_empty
(
gimple
,
c
->
bind_expr_stack
)));
||
VEC_empty
(
gimple
,
c
->
bind_expr_stack
)));
VEC_free
(
gimple
,
heap
,
c
->
bind_expr_stack
);
gimplify_ctxp
=
c
->
prev_context
;
gimplify_ctxp
=
c
->
prev_context
;
for
(
t
=
c
->
temps
;
t
;
t
=
TREE_CHAIN
(
t
))
for
(
t
=
c
->
temps
;
t
;
t
=
TREE_CHAIN
(
t
))
...
...
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