We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb2a42 commit 8f3bdeaCopy full SHA for 8f3bdea
flang/docs/Extensions.md
@@ -107,6 +107,12 @@ end
107
These definitions yield fairly poor results due to floating-point
108
cancellation, and every Fortran compiler (including this one)
109
uses better algorithms.
110
+* When an index variable of a `FORALL` or `DO CONCURRENT` is present
111
+ in the enclosing scope, and the construct does not have an explicit
112
+ type specification for its index variables, some weird restrictions
113
+ in F'2023 subclause 19.4 paragraphs 6 & 8 should apply. Since this
114
+ compiler properly scopes these names, violations of these restrictions
115
+ elicit only portability warnings by default.
116
117
## Extensions, deletions, and legacy features supported by default
118
0 commit comments