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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Thomas Schwinge <tschwi...@gcc.gnu.org>:

https://gcc.gnu.org/g:fdd34569e7a9fc2b6c638a7ef62b965ed7e832ce

commit r12-5498-gfdd34569e7a9fc2b6c638a7ef62b965ed7e832ce
Author: Thomas Schwinge <tho...@codesourcery.com>
Date:   Mon Nov 22 17:29:09 2021 +0100

    Restore previous OpenACC implicit data clauses ordering [PR103244]

    Follow-up for recent commit b7e20480630e3eeb9eed8b3941da3b3f0c22c969
    "openmp: Relax handling of implicit map vs. existing device mappings".

    As discussed, we likely also for OpenACC ought to use
    'OMP_CLAUSE_MAP_RUNTIME_IMPLICIT_P' and do the appropriate implicit clauses
    ordering -- but that's for a separate step.

            gcc/
            PR middle-end/103244
            * gimplify.c (gimplify_adjust_omp_clauses): Restore previous
            OpenACC behavior.
            gcc/testsuite/
            PR middle-end/103244
            * c-c++-common/goacc/combined-reduction.c: Revert/expect previous
            OpenACC behavior.
            * c-c++-common/goacc/firstprivate-mappings-1.c: Likewise.
            * c-c++-common/goacc/mdc-1.c: Likewise.
            * g++.dg/goacc/firstprivate-mappings-1.C: Likewise.

Reply via email to