2015-07-13 Tom de Vries <tom@codesourcery.com>
* omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225731
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-07-13 Tom de Vries <tom@codesourcery.com>
+
+ * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
+
2015-07-13 Renlin Li <renlin.li@arm.com>
PR rtl/66556
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);