[Bug c/91149] GCC 9 and later incorrectly rejects OpenMP task reduction-modifier on target parallel combined construct

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Jul 13 06:30:00 GMT 2019


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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sat Jul 13 06:29:46 2019
New Revision: 273465

URL: https://gcc.gnu.org/viewcvs?rev=273465&root=gcc&view=rev
Log:
        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:
    trunk/gcc/testsuite/c-c++-common/gomp/reduction-task-3.c
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-omp.c
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list