Mark *.omp_data_i as non-trapping 2015-07-12 Tom de Vries * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping. --- gcc/omp-low.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/omp-low.c b/gcc/omp-low.c index 22848a0..3135606 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -1127,6 +1127,7 @@ build_receiver_ref (tree var, bool by_ref, omp_context *ctx) field = x; x = build_simple_mem_ref (ctx->receiver_decl); + TREE_THIS_NOTRAP (x) = 1; x = omp_build_component_ref (x, field); if (by_ref) x = build_simple_mem_ref (x); -- 1.9.1