commit | c60183d8265b5bd509007cf494549667c8c08faa | [log] [tgz] |
---|---|---|
author | Harald Anlauf <anlauf@gmx.de> | Thu May 08 22:21:03 2025 +0200 |
committer | Harald Anlauf <anlauf@gmx.de> | Fri May 09 21:57:03 2025 +0200 |
tree | 3ffc75d0992e26187a19e8439391731c7ae0ea90 | |
parent | 01324ffac8bcc6813ffbc78993a674bcac7b52ab [diff] |
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. (cherry picked from commit 6ce73ad4370c143a7d1e6a13b1d353db5884213f)