diff options
Diffstat (limited to 'gcc/tree-flow-inline.h')
-rw-r--r-- | gcc/tree-flow-inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h index f41448bc0e9..0199206f02c 100644 --- a/gcc/tree-flow-inline.h +++ b/gcc/tree-flow-inline.h @@ -151,7 +151,7 @@ mark_stmt_modified (tree t) if (ann == NULL) ann = create_stmt_ann (t); else if (noreturn_call_p (t)) - VEC_safe_push (tree, modified_noreturn_calls, t); + VEC_safe_push (tree, gc, modified_noreturn_calls, t); ann->modified = 1; } |