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 cc89cbe9bb88cf96aad3c411f8663938a81d7866 (commit)
from c27155760e74b8f4657a1062ba3ea66995ebf34a (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 cc89cbe9bb88cf96aad3c411f8663938a81d7866
Author: Gerald Pfeifer <[email protected]>
Date: Tue May 19 10:21:42 2026 +0200
c-status: Make link to GCC 15 porting docs relative
diff --git a/htdocs/projects/c-status.html b/htdocs/projects/c-status.html
index 91f945a8..f7e09be5 100644
--- a/htdocs/projects/c-status.html
+++ b/htdocs/projects/c-status.html
@@ -150,8 +150,8 @@ as well.</p>
GCC has support for ISO C23, the 2023 revision of the ISO C standard
(published in 2024).
-<p>C23 mode is <a href="https://gcc.gnu.org/gcc-15/porting_to.html#c23">
-the default</a> since GCC 15; it can be explicitly selected with the
+<p>C23 mode is <a href="../gcc-15/porting_to.html#c23">the default</a>
+since GCC 15; it can be explicitly selected with the
<code>-std=c23</code> command-line flag, or <code>-std=gnu23</code>
to enable GNU extensions as well.</p>
-----------------------------------------------------------------------
Summary of changes:
htdocs/projects/c-status.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
gcc-wwwdocs