gcc-wwwdocs branch master updated. 1ffabd5b457b3419c0d2b49748a123f0a6199b41
Jerry DeLisle
jvdelisle@sourceware.org
Sat Nov 23 20:55:26 GMT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via 1ffabd5b457b3419c0d2b49748a123f0a6199b41 (commit)
from dbbeaf8c41353b5c0f5de3d1ee3a123e0903ab20 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1ffabd5b457b3419c0d2b49748a123f0a6199b41
Author: Jerry DeLisle <jvdelisle@gcc.gnu.org>
Date: Sat Nov 23 12:46:46 2024 -0800
Describe change in treatment of comma.
Optional comma not allowed at run-time in format strings.
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 46dad391..790a3acc 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -143,6 +143,10 @@ a work-in-progress.</p>
>gfortran documentation</a> for details. These have been proposed
(<a href="https://j3-fortran.org/doc/year/24/24-116.txt">J3/24-116</a>)
for inclusion in the next Fortran standard.</li>
+ <li>Missing commas separating descriptors in input/output format strings are no
+ longer permitted by default and are rejected at run-time unless -std=legacy
+ is used when compiling the main program unit. See Fortran 2023 constraint C1302.
+ </li>
</ul>
<!-- <h3 id="go">Go</h3> -->
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-15/changes.html | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
gcc-wwwdocs
More information about the Gcc-cvs-wwwdocs
mailing list