[flang-commits] [flang] [flang] Reject MODULE prefix in abstract interface body (PR #212980)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Fri Jul 31 06:28:20 PDT 2026
================
@@ -97,3 +97,12 @@ module subroutine b
real module function c1547()
func = 0.0
end function
+
+module mod_test
----------------
eugeneepshteyn wrote:
The last module in this file was `m4`, so this should probably be `m5`.
https://github.com/llvm/llvm-project/pull/212980
More information about the flang-commits
mailing list