Message ID | dc7f5347-934d-495f-ac30-d89e264d741f@netcologne.de |
---|---|
State | New |
Headers | show |
Series | [wwwdocs,committed] Fix link to unsigned integers | expand |
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 6c9ebaac..23866bde 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -141,7 +141,7 @@ a work-in-progress.</p> <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" + href="https://gcc.gnu.org/onlinedocs/gfortran/Unsigned-integers.html" >gfortran documentation</a> for details. These have been proposed