diff --git a/flang/docs/Extensions.md b/flang/docs/Extensions.md index f2770f0a7271..391fe99749fd 100644 --- a/flang/docs/Extensions.md +++ b/flang/docs/Extensions.md @@ -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.