Hi Thomas!

Am 30.12.23 um 12:08 schrieb Thomas Koenig:
Replying to myself...


I think this also desevers a mention in changes.html.  Here is something
that I came up with.  OK? Or does anybody have suggestions for a better
wording?


Or maybe this is better:

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 4b83037a..d232f631 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -282,8 +282,14 @@ a work-in-progress.</p>

  <!-- <h3 id="d">D</h3> -->

-<!-- <h3 id="fortran">Fortran</h3> -->
-
+<h3 id="fortran">Fortran</h3>
+<ul>
+  <li> With the <code>-save-temps</code> option, preprocessed files
+    with the <code>.fii</code> extension will be generated for
+    free-form source files such as <code>.F90</code> and
+    <code>.fi</code> for fixed-form files such as <code>.F</code>.
+  </li>
+</ul>
  <!-- <h3 id="go">Go</h3> -->

I slightly prefer this variant.

I wonder if it were better to write "generated from" instead of
"generated for".  A native speaker might help here.

While at it: gfortran now accepts "-std=f2023", which implies that
the limit for line-length in free-form has been increased to 10000
characters, and statements may have up to 1 million characters.
(See Tobias' commit r14-5553-gb9eba3baf54b4f).

I'd consider this as important as the other change... ;-)

Thanks,
Harald

  <!--
.................................................................. -->




Reply via email to