[flang-commits] [flang] [Flang] Add parsing and attribute registration for SIMPLE procedures (PR #159763)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Fri Sep 19 12:55:22 PDT 2025
================
@@ -2050,6 +2056,8 @@ static bool IsPureProcedureImpl(
return true; // statement function was not found to be impure
}
return symbol.attrs().test(Attr::PURE) ||
+ symbol.attrs().test(
----------------
klausler wrote:
`SIMPLE` implies `PURE`.
https://github.com/llvm/llvm-project/pull/159763
More information about the flang-commits
mailing list