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

--- Comment #2 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:f27a3b37b4805feba138dd421f039e3267b1c5f0

commit r11-4845-gf27a3b37b4805feba138dd421f039e3267b1c5f0
Author: Tobias Burnus <tob...@codesourcery.com>
Date:   Mon Nov 9 16:16:44 2020 +0100

    Fortran: Fix OpenACC in specification-part checks [PR90111]

    OpenACC's routine and declare directives can appear anywhere in the
    specification part, i.e. before/after use-stmts, import-stmt,
implicit-part,
    or declaration-constructs.

    gcc/fortran/ChangeLog:

            PR fortran/90111
            * parse.c (case_decl): Move ST_OACC_ROUTINE and ST_OACC_DECLARE to
...
            (case_omp_decl): ... here.
            (verify_st_order): Update comment.

    gcc/testsuite/ChangeLog:

            PR fortran/90111
            * gfortran.dg/goacc/specification-part.f90: New test.
  • [Bug fortran/90111] Placement o... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to