https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93566

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:9c3cdb43c2bdaf8a8d2e62db010b04f6086d76b7

commit r10-7179-g9c3cdb43c2bdaf8a8d2e62db010b04f6086d76b7
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Sun Mar 15 01:27:40 2020 +0100

    tree-nested: Fix handling of *reduction clauses with C array sections
[PR93566]

    tree-nested.c didn't handle C array sections in {,task_,in_}reduction
clauses.

    2020-03-14  Jakub Jelinek  <ja...@redhat.com>

            PR middle-end/93566
            * tree-nested.c (convert_nonlocal_omp_clauses,
            convert_local_omp_clauses): Handle {,in_,task_}reduction clauses
            with C/C++ array sections.

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

Reply via email to