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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:244f4b8c2823531a1e479a3773272af539dda258

commit r9-8215-g244f4b8c2823531a1e479a3773272af539dda258
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Jan 29 09:39:16 2020 +0100

    openmp: Handle rest of EXEC_OACC_* in oacc_code_to_statement [PR93463]

    As the testcase shows, some EXEC_OACC_* codes weren't handled in
    oacc_code_to_statement.  Fixed thusly.

    2020-01-29  Jakub Jelinek  <ja...@redhat.com>

        PR fortran/93463
        * openmp.c (oacc_code_to_statement): Handle
        EXEC_OACC_{ROUTINE,UPDATE,WAIT,CACHE,{ENTER,EXIT}_DATA,DECLARE}.

        * gfortran.dg/goacc/pr93463.f90: New test.

Reply via email to