https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84386
--- Comment #3 from kargls at comcast dot net --- (In reply to Thomas Koenig from comment #2) > This is fixed, already in 13.3.0. > > Commit a test case and close? Or is this already covered in the > testsuite? The test still fails for me with 14.2 and top-of-tree. % gfortran14 -o z a.f90 % ./z STOP 1 % gfcx -o z a.f90 % ./z STOP 1 The subroutine BLOCK1 fails as indicated in the comment. Perhaps, you have a local change in your git repository.