]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran - fix OpenMP 'target simd'
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Oct 2019 12:30:44 +0000 (12:30 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Oct 2019 12:30:44 +0000 (12:30 +0000)
commit072f3c7b153ca8e60c8bfc14de8c9b09d2893140
treeb10fb9025ed0c26d31a8bc2f3390aa3f8cfba6de
parente81486bd394b0a44dedb6c3e2592e13ea6d0b1a0
Fortran - fix OpenMP 'target simd'

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

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276698 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/parse.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/target-simd.f90 [new file with mode: 0644]