https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116661
--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> --- > FAIL: gfortran.dg/gomp/interop-1.f90 That's a known issue – there is a parsing issue that was (usually) hidden by the not properly initialized variable. Now it is exposed as consistent FAIL, which is much better but obviously needs to be addressed. (It could be XFAILed.) Regarding the known issues, cf. https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662787.html It still will take a day or two to get all issues fixed, test cases extended + committed …