diff options
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index bc7bf4a15e1..fc2cff85488 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -6230,7 +6230,6 @@ create_task_copyfn (gimple task_stmt, omp_context *ctx) child_fn = gimple_omp_task_copy_fn (task_stmt); child_cfun = DECL_STRUCT_FUNCTION (child_fn); gcc_assert (child_cfun->cfg == NULL); - child_cfun->dont_save_pending_sizes_p = 1; DECL_SAVED_TREE (child_fn) = alloc_stmt_list (); /* Reset DECL_CONTEXT on function arguments. */ |