https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91149
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Sun Jul 14 08:29:38 2019 New Revision: 273478 URL: https://gcc.gnu.org/viewcvs?rev=273478&root=gcc&view=rev Log: Backported from mainline 2019-07-13 Jakub Jelinek <ja...@redhat.com> PR c/91149 * c-omp.c (c_omp_split_clauses): Fix a pasto in OMP_CLAUSE_REDUCTION_TASK handling. * c-c++-common/gomp/reduction-task-3.c: New test. Added: branches/gcc-9-branch/gcc/testsuite/c-c++-common/gomp/reduction-task-3.c Modified: branches/gcc-9-branch/gcc/c-family/ChangeLog branches/gcc-9-branch/gcc/c-family/c-omp.c branches/gcc-9-branch/gcc/testsuite/ChangeLog