[flang-commits] [flang] [Flang] Add parsing and attribute registration for SIMPLE specifier (PR #161285)
Šárka Holendová via flang-commits
flang-commits at lists.llvm.org
Sat Jan 24 18:02:25 PST 2026
================
@@ -2082,6 +2082,15 @@ bool IsPureProcedure(const Scope &scope) {
return symbol && IsPureProcedure(*symbol);
}
+bool IsSimpleProcedure(const Symbol &original) {
----------------
mlir-maiden wrote:
Addressed in follow-up commit 4539444 - updated IsPureProcedure() to treat SIMPLE as pure (Fortran 2023 15.8).
https://github.com/llvm/llvm-project/pull/161285
More information about the flang-commits
mailing list