[wwwdocs] gcc-16/changes.html: Update Fortran section

Message ID d9b8c60d-faba-44ed-8992-753c1e1e4fcb@baylibre.com
State New
Headers
Series [wwwdocs] gcc-16/changes.html: Update Fortran section |

Commit Message

Tobias Burnus Sept. 11, 2025, 10:01 a.m. UTC
  Hi all,

attached is a patch to update the Fortran section of the GCC 16
release notes. I am sure that I missed some fine print and the
most important changes are also some bug fixes, which are difficult
to list. → https://gcc.gnu.org/gcc-16/changes.html

Comments?

Tobias

PS: I am aware of additional nice WIP features - like '(cond ? expr : expr)',
pending bug fixes and other new features, but they can be added later.
There is still time until the GCC 16.1 release and, first, they have to be
committed ... :-)
  

Comments

Tobias Burnus Sept. 12, 2025, 7:13 a.m. UTC | #1
FYI: I have now committed it as 6c1d5b0f7d219dc11f32885b9931205e2fd6a015

Tobias Burnus wrote:
> attached is a patch to update the Fortran section of the GCC 16
> release notes. […] https://gcc.gnu.org/gcc-16/changes.html 

Tobias
  
Gerald Pfeifer Sept. 12, 2025, 11:15 a.m. UTC | #2
On Thu, 11 Sep 2025, Tobias Burnus wrote:
> Comments?

I love how you keep taking care of tracking and documenting such changes.

> PS: I am aware of additional nice WIP features - like '(cond ? expr : 
> expr)', pending bug fixes and other new features, but they can be added 
> later. There is still time until the GCC 16.1 release and, first, they 
> have to be committed ... :-)

That's a good approach. :-)

Gerald
  

Patch

gcc-16/changes.html: Update Fortran section

diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index f490253e..d21eac62 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -111,7 +111,19 @@  for general information.</p>
 
 <!-- <h3 id="d">D</h3> -->
 
-<!-- <h3 id="fortran">Fortran</h3> -->
+<h3 id="fortran">Fortran</h3>
+
+<ul>
+  <li>Coarray improvements, especially for handling Fortran 2018's
+      <code>TEAM</code> feature.</li>
+  <li>Fortran 2018: Support the extensions to the <code>IMPORT</code>
+      statement and the new <code>GENERIC</code> statement.</li>
+  <li>The Fortran 2023 additions to the trigonometric functions are now
+      supported (such as the <code>sinpi</code> intrinsic).</li>
+  <li>Fortran 2023: The <code>split</code> intrinsic subroutine is now
+      supported and <code>c_f_pointer</code> now accepts an optional
+      lower bound as a argument.</li>
+</ul>
 
 <!-- <h3 id="go">Go</h3> -->