[flang-commits] [flang] [flang] Add notify-type and notify-wait-stmt (PR #76594)
Katherine Rasmussen via flang-commits
flang-commits at lists.llvm.org
Fri Dec 29 17:35:00 PST 2023
================
@@ -2492,6 +2494,16 @@ struct StopStmt {
std::tuple<Kind, std::optional<StopCode>, std::optional<ScalarLogicalExpr>> t;
};
+// F2023: R1167 notify-variable -> scalar-variable
+using NotifyVariable = Scalar<Variable>;
----------------
ktras wrote:
@klausler Thanks for the review, comment addressed.
https://github.com/llvm/llvm-project/pull/76594
More information about the flang-commits
mailing list