https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115107
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The reproducer isn't self-contained, it uses a lot of modules which aren't defined in the source. You can use tools like delta, see e.g. https://gcc.gnu.org/wiki/A_guide_to_testcase_reduction to reduce the testcase first and then from the minimum number of modules again copy over the module definitions from other files and repeat the reduction until it is a single file. Or provide a tarball with all the *.f90 files that provide recursively needed modules.