https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92500
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> --- (In reply to anlauf from comment #3) > Looking at related testcases, does replacing > #include "ISO_Fortran_binding.h" > by > #include "../../../libgfortran/ISO_Fortran_binding.h" This works if the system compiler is GCC > 9, which ships with ISO_Fortran_binding.h; I probably should start regtesting on older systems; sorry for the breakage. FIXED on the GCC 9 branch by the commit of comment 4, r278201. FIXED on the trunk by Jakub as part of his commit for PR92421 in r278190