mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:41:18 +08:00
* gimplify.c (pop_gimplify_context): Free bind_expr_stack.
From-SVN: r140280
This commit is contained in:
parent
825b2fe7a8
commit
a856e96f84
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -216,6 +216,7 @@ pop_gimplify_context (gimple body)
|
||||
|
||||
gcc_assert (c && (c->bind_expr_stack == NULL
|
||||
|| VEC_empty (gimple, c->bind_expr_stack)));
|
||||
VEC_free (gimple, heap, c->bind_expr_stack);
|
||||
gimplify_ctxp = c->prev_context;
|
||||
|
||||
for (t = c->temps; t ; t = TREE_CHAIN (t))
|
||||
|
Loading…
x
Reference in New Issue
Block a user