https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120179
--- Comment #5 from GCC 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:6ce73ad4370c143a7d1e6a13b1d353db5884213f commit r16-480-g6ce73ad4370c143a7d1e6a13b1d353db5884213f Author: Harald Anlauf <anl...@gmx.de> Date: Thu May 8 22:21:03 2025 +0200 Fortran: parsing issue with DO CONCURRENT;ENDDO on same line [PR120179] PR fortran/120179 gcc/fortran/ChangeLog: * match.cc (gfc_match_do): Do not attempt to match end-of-statement twice. gcc/testsuite/ChangeLog: * gfortran.dg/do_concurrent_basic.f90: Extend testcase.