]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran - fix OpenMP 'target simd'
authorTobias Burnus <tobias@codesourcery.com>
Tue, 8 Oct 2019 12:44:53 +0000 (14:44 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 3 Mar 2020 11:51:25 +0000 (12:51 +0100)
commit4f4c1ea2d278ee5050b32e0a9d429b060c6eaddb
tree603ec0bb453002eec65fd989e60c566b0efa952e
parent8e86b4a5d0fd9c08fdc6069184cc98f0871317cb
Fortran - fix OpenMP 'target simd'

        Backported from mainline.

        gcc/fortran/
        * parse.c (parse_executable): Add missing ST_OMP_TARGET_SIMD.

        libgomp/
        * testsuite/libgomp.fortran/target-simd.f90: New.

(cherry picked from openacc-gcc-9-branch commit
54fbada7d4d38e420efb5a10d39e03b02533b1e7)
gcc/fortran/ChangeLog.omp
gcc/fortran/parse.c
gcc/testsuite/ChangeLog.omp
gcc/testsuite/gfortran.dg/gomp/target-simd.f90 [new file with mode: 0644]