I've pushed the attached patch. -Sandra
From 393cc7243f3d33240cc2473d8fa84e496070922f Mon Sep 17 00:00:00 2001 From: Sandra Loosemore <[email protected]> Date: Fri, 29 May 2026 00:09:20 +0000 Subject: [PATCH] gcc-17: Add release note for new/improved Fortran 2023 intrinsics
--- htdocs/gcc-17/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/gcc-17/changes.html b/htdocs/gcc-17/changes.html index b763960a..31578fc2 100644 --- a/htdocs/gcc-17/changes.html +++ b/htdocs/gcc-17/changes.html @@ -50,6 +50,12 @@ a work-in-progress.</p> <!-- <h3 id="d">D</h3> --> <!-- <h3 id="fortran">Fortran</h3> --> +<ul> + <li>The Fortran 2023 <code>c_f_strpointer</code> intrinsic is now + supported. Additionally, the <code>f_c_string</code> intrinsic + has been reimplemented to be more efficient. + </li> +</ul> <!-- <h3 id="go">Go</h3> --> -- 2.39.5
