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

--- Comment #3 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:1d6f6ac693a8601bef9fe4ba72eb6fbf7b60b5cd

commit r11-5572-g1d6f6ac693a8601bef9fe4ba72eb6fbf7b60b5cd
Author: Tobias Burnus <tob...@codesourcery.com>
Date:   Mon Nov 30 15:30:51 2020 +0100

    Fortran: With OpenACC, ignore OpenMP's cond comp sentinels

    gcc/fortran/ChangeLog:

            PR fortran/98011
            * scanner.c (skip_free_comments, skip_fixed_comments): If only
            -fopenacc but not -fopenmp is used, ignore OpenMP's conditional
            compilation sentinels. Fix indentation, use 'else if' for
readability.

    gcc/testsuite/ChangeLog:

            PR fortran/98011
            * gfortran.dg/goacc/sentinel-free-form.f95:
            * gfortran.dg/goacc-gomp/fixed-1.f: New test.
            * gfortran.dg/goacc-gomp/free-1.f90: New test.
            * gfortran.dg/goacc/fixed-5.f: New test.

Reply via email to