[flang-commits] [flang] [flang] Do not leak intrinsics used by ISO_C_BINDING and ISO_FORTRAN_ENV (PR #79006)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Mon Jan 22 09:29:47 PST 2024
================
@@ -22,6 +22,12 @@ module iso_c_binding
c_sizeof => sizeof, &
operator(==), operator(/=)
+ implicit none
+
----------------
mjklemm wrote:
Good point! Even though it's way more to change, I like the suggestion as it's future proof. Please have a look at the commit.
https://github.com/llvm/llvm-project/pull/79006
More information about the flang-commits
mailing list