https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101330
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:26bbe78f77f73bb66af1ac13d0deec888a3c6510 commit r13-1767-g26bbe78f77f73bb66af1ac13d0deec888a3c6510 Author: Harald Anlauf <anl...@gmx.de> Date: Wed Jul 20 20:40:23 2022 +0200 Fortran: fix parsing of omp task affinity iterator clause [PR101330] gcc/fortran/ChangeLog: PR fortran/101330 * openmp.cc (gfc_match_iterator): Remove left-over code from development that could lead to a crash on invalid input. gcc/testsuite/ChangeLog: PR fortran/101330 * gfortran.dg/gomp/affinity-clause-7.f90: New test.