Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da8a5b9

Browse files
ktrasc-rhodes
authored andcommitted
[flang] Update Flang Extension doc to reflect previous change (#188088)
Update Flang Extension doc to remove note about a warning that was removed in a previous PR (PR #178088). It is an oversight that this doc change was not made in that previous PR. The oversight was only recently discovered and has led to this PR. (cherry picked from commit 45b932a)
1 parent 0626016 commit da8a5b9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

flang/docs/Extensions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ end
159159
to be constant will generate a compilation error. `ieee_support_standard`
160160
depends in part on `ieee_support_halting`, so this also applies to
161161
`ieee_support_standard` calls.
162-
* F'2023 constraint C7108 prohibits the use of a structure constructor
163-
that could also be interpreted as a generic function reference.
164-
No other Fortran compiler enforces C7108 (to our knowledge);
165-
they all resolve the ambiguity by interpreting the call as a function
166-
reference. We do the same, with a portability warning.
167162
* An override for an inaccessible procedure binding works only within
168163
the same module; other apparent overrides of inaccessible bindings
169164
are actually new bindings of the same name.

0 commit comments

Comments
 (0)