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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>:

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

commit r11-4606-gb2a31e2c341d96520c5fb7c1e1f1c590eb182d7f
Author: Tobias Burnus <tob...@codesourcery.com>
Date:   Mon Nov 2 13:07:17 2020 +0100

    Fortran: OpenMP - fixes for omp atomic [PR97655]

    gcc/fortran/ChangeLog:

            PR fortran/97655
            * openmp.c (gfc_match_omp_atomic): Fix mem-order handling;
            reject specifying update + capture together.

    gcc/testsuite/ChangeLog:

            PR fortran/97655
            * gfortran.dg/gomp/atomic.f90: Update tree-dump counts; move
            invalid OMP 5.0 code to ...
            * gfortran.dg/gomp/atomic-2.f90: ... here; update dg-error.
            * gfortran.dg/gomp/requires-9.f90: Update tree dump scan.

Reply via email to