Suggested docs change regarding fix to PR88052.
See attached diff file.
OK to push?
Regards,
Jerry
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 46dad391..2dc222e3 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 at compile time. See Fortran 2023 constraint C1302.
+ </li>
</ul>
<!-- <h3 id="go">Go</h3> -->