From 45b932a2d452c997d98b57e1aa31bc4951c5e9f4 Mon Sep 17 00:00:00 2001 From: Katherine Rasmussen Date: Wed, 1 Apr 2026 10:15:00 -0700 Subject: [PATCH] [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. --- flang/docs/Extensions.md | 5 ----- 1 file changed, 5 deletions(-) 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.