[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.
This commit is contained in:
Katherine Rasmussen 2026-04-01 10:15:00 -07:00 committed by GitHub
parent 166806e792
commit 45b932a2d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,11 +159,6 @@ end
to be constant will generate a compilation error. `ieee_support_standard`
depends in part on `ieee_support_halting`, so this also applies to
`ieee_support_standard` calls.
* F'2023 constraint C7108 prohibits the use of a structure constructor
that could also be interpreted as a generic function reference.
No other Fortran compiler enforces C7108 (to our knowledge);
they all resolve the ambiguity by interpreting the call as a function
reference. We do the same, with a portability warning.
* An override for an inaccessible procedure binding works only within
the same module; other apparent overrides of inaccessible bindings
are actually new bindings of the same name.