]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgomp/ChangeLog
re PR libgomp/58756 (FAIL: libgomp.c/pr58392.c execution test)
authorJakub Jelinek <jakub@redhat.com>
Mon, 16 Dec 2013 10:34:28 +0000 (11:34 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 16 Dec 2013 10:34:28 +0000 (11:34 +0100)
commite9792e1d9d3c06ad57313443f21663f4c6626340
tree868a7ab834e32006cd4680082ed892580ab32dfa
parentcc7937daac03527ce477cad65d0ae20faa87efc3
re PR libgomp/58756 (FAIL: libgomp.c/pr58392.c execution test)

PR libgomp/58756
* omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_REDUCTION>: For
reductions without placeholder if is_simd, but when not using
GOMP_SIMD* internal calls, also perform the reduction operation
on the outer var rather than simple assignment.

* testsuite/libgomp.c/pr58756.c: New test.

From-SVN: r206011
gcc/ChangeLog
gcc/omp-low.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/pr58756.c [new file with mode: 0644]