[flang-commits] [flang] [flang] Add parsing of DO CONCURRENT REDUCE clause (PR #92518)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Wed May 29 08:10:13 PDT 2024
================
@@ -1870,6 +1870,13 @@ struct ProcComponentRef {
WRAPPER_CLASS_BOILERPLATE(ProcComponentRef, Scalar<StructureComponent>);
};
+// R1522 procedure-designator ->
----------------
klausler wrote:
This code was moved up from below, but that no longer seems to be necessary.
https://github.com/llvm/llvm-project/pull/92518
More information about the flang-commits
mailing list