https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103628
seurer at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |seurer at gcc dot gnu.org --- Comment #1 from seurer at gcc dot gnu.org --- It took me a while to figure out where this test case is located (not being familiar with flang) but when I try to compile it I get an error message: flang/test/f90_correct/src/qp54.f08:7:7: 7 | use check_mod | 1 Fatal Error: Cannot open module file 'check_mod.mod' for reading at (1): No such file or directory I assume I am missing something?