[flang-commits] [flang] [flang] Add notify-type and notify-wait-stmt (PR #76594)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Fri Dec 29 17:06:32 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>;
----------------
klausler wrote:

Just use `Scalar<Variable>` in the tuple below; the new type here doesn't add value.

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


More information about the flang-commits mailing list