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 9a635a920c1dca8142ac5d95f76377ac7e85ca8f (commit) from 63ec7929a112801932512bcaa1daa099c5f5e70e (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 9a635a920c1dca8142ac5d95f76377ac7e85ca8f Author: Tobias Burnus <tbur...@baylibre.com> Date: Sat Sep 21 15:46:24 2024 +0200 gcc-15: Fortran - mention -funsigned + PowerPC Darwin IEEE module support diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 38ac2746..ad0daf04 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -117,6 +117,12 @@ a work-in-progress.</p> <li>Fortran 2023: The <code>selected_logical_kind</code> intrinsic function and, in the <code>ISO_FORTRAN_ENV</code> module, the named constants <code>logical{8,16,32,64}</code> and <code>real16</code> were added.</li> + <li>Experimental support for <code>unsigned</code> integers, enabled by + <code>-funsigned</code>; see <a + href="https://gcc.gnu.org/onlinedocs/gfortran/Experimental-features-for-Fortran-202Y.html" + >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> </ul> <!-- <h3 id="go">Go</h3> --> @@ -220,6 +226,11 @@ a work-in-progress.</p> <!-- <h3 id="aix">AIX</h3> --> +<h3>PowerPC Darwin</h3> +<ul> + <li>Fortran's IEEE modules are now suppored on Darwin PowerPC.</li> +</ul> + <!-- <h3 id="fuchsia">Fuchsia</h3> --> <!-- <h3 id="dragonfly">DragonFly BSD</h3> --> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) hooks/post-receive -- gcc-wwwdocs