[Bug middle-end/93566] [8/9 Regression] tree-nested.c ICE on C OpenMP array section reduction
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 17 18:57:46 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93566
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Jakub Jelinek
<jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:a8fc40fd551a60a97efbfe3fee08721accd80964
commit r9-8396-ga8fc40fd551a60a97efbfe3fee08721accd80964
Author: Jakub Jelinek <jakub@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 <jakub@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.
More information about the Gcc-bugs
mailing list