[flang-commits] [PATCH] D154375: [flang][NFC] Document semantics of an ambiguous/non-portable use case
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Jul 3 11:28:02 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2163e662c64f: [flang][NFC] Document semantics of an ambiguous/non-portable use case (authored by klausler).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154375/new/
https://reviews.llvm.org/D154375
Files:
flang/docs/Extensions.md
Index: flang/docs/Extensions.md
===================================================================
--- flang/docs/Extensions.md
+++ flang/docs/Extensions.md
@@ -581,6 +581,13 @@
* F18 allows `OPTIONAL` dummy arguments to interoperable procedures
unless they are `VALUE` (C865).
+* F18 processes the `NAMELIST` group declarations in a scope after it
+ has resolved all of the names in that scope. This means that names
+ that appear before their local declarations do not resolve to host
+ associated objects and do not elicit errors about improper redeclarations
+ of implicitly typed entities.
+
+
## De Facto Standard Features
* `EXTENDS_TYPE_OF()` returns `.TRUE.` if both of its arguments have the
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154375.536854.patch
Type: text/x-patch
Size: 718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230703/14a37693/attachment-0001.bin>
More information about the flang-commits
mailing list