diff options
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index 4e1c2ba..8ab689d 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -1248,7 +1248,7 @@ finalize_task_copyfn (gimple task_stmt) old_fn = current_function_decl; push_cfun (child_cfun); current_function_decl = child_fn; - bind = gimplify_body (&DECL_SAVED_TREE (child_fn), child_fn, false); + bind = gimplify_body (child_fn, false); seq = gimple_seq_alloc (); gimple_seq_add_stmt (&seq, bind); new_seq = maybe_catch_exception (seq); |