[flang-commits] [flang] [flang] Adding NOTIFY specifier in image selector and add notify type checks (PR #148810)

Katherine Rasmussen via flang-commits flang-commits at lists.llvm.org
Tue Nov 4 10:38:05 PST 2025


================
@@ -1683,12 +1683,14 @@ WRAPPER_CLASS(TeamValue, Scalar<common::Indirection<Expr>>);
 
 // R926 image-selector-spec ->
 //        STAT = stat-variable | TEAM = team-value |
-//        TEAM_NUMBER = scalar-int-expr
+//        TEAM_NUMBER = scalar-int-expr |
+//        NOTIFY = notify-variable
----------------
ktras wrote:

I know this is a small detail, but please move the comment on this line to reflect the order in the variant below (which reflects the order laid out in the Fortran standard).

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


More information about the flang-commits mailing list