[flang-commits] [flang] [flang] Improve module file error message wording (PR #122787)

Andre Kuhlenschmidt via flang-commits flang-commits at lists.llvm.org
Mon Jan 13 15:46:11 PST 2025


================
@@ -32,14 +32,14 @@
 
 ! INCLUDED-NOT: error
 
-! MISSING_MOD2-NOT:error: Cannot read module file for module 'basictestmoduleone''
+! MISSING_MOD2-NOT:error: Cannot parse module file for module 'basictestmoduleone''
----------------
akuhlens wrote:

I might be missing something here, but unlike in modfile43.f90 the specific reason for not being able to parse the module file isn't given here. This is preexisting issue, hence the approval even though I am calling it out, Maybe it is the following separate error that causes this, but that isn't super obvious if it is true. 

https://github.com/llvm/llvm-project/pull/122787


More information about the flang-commits mailing list