[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 17:49:39 PST 2026


================
@@ -265,6 +265,7 @@ class AttrsVisitor : public virtual BaseVisitor {
   HANDLE_ATTR_CLASS(PrefixSpec::Non_Recursive, NON_RECURSIVE)
   HANDLE_ATTR_CLASS(PrefixSpec::Pure, PURE)
   HANDLE_ATTR_CLASS(PrefixSpec::Recursive, RECURSIVE)
+  HANDLE_ATTR_CLASS(PrefixSpec::Simple, SIMPLE)
----------------
mlir-maiden wrote:

@klausler Peter - can you please confirm whether explicitly specifying both PURE and SIMPLE in a procedure prefix (in either order) should be diagnosed as an error? Thank you

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


More information about the flang-commits mailing list