https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122570
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <[email protected]>: https://gcc.gnu.org/g:dd62c97f1227d36770ff2e18411038f147e0bb5f commit r16-5043-gdd62c97f1227d36770ff2e18411038f147e0bb5f Author: Tobias Burnus <[email protected]> Date: Wed Nov 5 12:51:37 2025 +0100 OpenMP/Fortran: Fix skipping unmatchable metadirectives [PR122570] Fix a bug in the removal code of always false variants in metadirectives. PR fortran/122570 gcc/fortran/ChangeLog: * openmp.cc (resolve_omp_metadirective): Fix 'skip' of never matchable metadirective variants. gcc/testsuite/ChangeLog: * gfortran.dg/gomp/pr122570.f: New test.
