https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106566
--- Comment #4 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:1513512ec7d0751cba30c9c8804f2be462acfb9b commit r13-2093-g1513512ec7d0751cba30c9c8804f2be462acfb9b Author: Tobias Burnus <tob...@codesourcery.com> Date: Wed Aug 17 16:19:58 2022 +0200 Fortran: OpenMP fix declare simd inside modules and absent linear step [PR106566] gcc/fortran/ChangeLog: PR fortran/106566 * openmp.cc (gfc_match_omp_clauses): Fix setting linear-step value to 1 when not specified. (gfc_match_omp_declare_simd): Accept module procedures. gcc/testsuite/ChangeLog: PR fortran/106566 * gfortran.dg/gomp/declare-simd-4.f90: New test. * gfortran.dg/gomp/declare-simd-5.f90: New test. * gfortran.dg/gomp/declare-simd-6.f90: New test.