[flang-commits] [flang] [flang][RFC] Adding a design document for assumed-rank objects (PR #71959)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Fri Nov 10 09:27:20 PST 2023


================
@@ -0,0 +1,632 @@
+<!--===- docs/AssumedRank.md
+
+   Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+   See https://llvm.org/LICENSE.txt for license information.
+   SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+-->
+# Assumed-Rank Objects
+
+An assumed-rank is a data object that takes its rank from its effective
+argument. It is a dummy, or the associated entity of a SELECT RANK in the `RANK
----------------
klausler wrote:

`It is a dummy argument, or ...`

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


More information about the flang-commits mailing list