https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99928
--- Comment #19 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:848a36032c8876ee45d5c81efeddb1bc657ac95c commit r12-1207-g848a36032c8876ee45d5c81efeddb1bc657ac95c Author: Tobias Burnus <tob...@codesourcery.com> Date: Fri Jun 4 12:14:14 2021 +0200 Fortran/OpenMP: omp loop's BIND clause - fix typo Missed a 'git add' after fixing this typo pointed out during review. PR middle-end/99928 gcc/fortran/ChangeLog: * openmp.c (gfc_match_omp_clauses): Fix typo in error message. gcc/testsuite/ChangeLog: * gfortran.dg/gomp/loop-2.f90: Update for typo fix.