Skip to content

Commit

Permalink
[flang][NFC] Restore documentation (#78211)
Browse files Browse the repository at this point in the history
Add a paragraph to Extensions.md that fell out of a recent patch.
  • Loading branch information
klausler committed Jan 15, 2024
1 parent 2bb2a42 commit 8f3bdea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flang/docs/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ end
These definitions yield fairly poor results due to floating-point
cancellation, and every Fortran compiler (including this one)
uses better algorithms.
* When an index variable of a `FORALL` or `DO CONCURRENT` is present
in the enclosing scope, and the construct does not have an explicit
type specification for its index variables, some weird restrictions
in F'2023 subclause 19.4 paragraphs 6 & 8 should apply. Since this
compiler properly scopes these names, violations of these restrictions
elicit only portability warnings by default.

## Extensions, deletions, and legacy features supported by default

Expand Down

0 comments on commit 8f3bdea

Please sign in to comment.