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 323fd0012e1f45e6a4b40e227df5a07ea5f5ea05 (commit) from 8095e54fa7c659dc5b00ddc4ff4e48a30dfaa1f2 (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 323fd0012e1f45e6a4b40e227df5a07ea5f5ea05 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue May 7 08:38:19 2024 +0200 Releasing 14.1. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 28e5da9f..cb75867f 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -22,9 +22,6 @@ You may also want to check out our <a href="../onlinedocs/index.html#current">full GCC documentation</a>. </p> -<p>Note: GCC 14 has not been released yet, so this document is -a work-in-progress.</p> - <!-- .................................................................. --> <h2>Caveats</h2> <ul> @@ -1575,7 +1572,15 @@ it emits: <!-- <h3 id="uninitialized">Eliminating uninitialized variables</h3> --> <!-- .................................................................. --> -<!-- <h2 id="14.1">GCC 14.1</a></h2> --> +<h2 id="14.1">GCC 14.1</h2> + +<p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=14.0">list +of problem reports (PRs)</a> from GCC's bug tracking system that are +known to be fixed in the 14.1 release. This list might not be +complete (that is, it is possible that some PRs that have been fixed +are not listed here).</p> + +<!-- .................................................................. --> </body> </html> diff --git a/htdocs/gcc-14/index.html b/htdocs/gcc-14/index.html index c8a9cb34..5274cc39 100644 --- a/htdocs/gcc-14/index.html +++ b/htdocs/gcc-14/index.html @@ -11,7 +11,24 @@ <h1>GCC 14 Release Series</h1> -<p>As of this time no releases of GCC 14 have yet been made.</p> +<p>May 7, 2024</p> + +<p>The GCC developers are pleased to announce the release of GCC 14.1.</p> + +<p>This release is a major release, containing new features (as well +as many other improvements) relative to GCC 12.x.</p> + +<h2>Release History</h2> + +<dl> + +<dt>GCC 14.1</dt> +<dd>May 7, 2024 + (<a href="changes.html">changes</a>, + <a href="http://gcc.gnu.org/onlinedocs/14.1.0/">documentation</a>) +</dd> + +</dl> <h2>References and Acknowledgements</h2> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 13 +++++++++---- htdocs/gcc-14/index.html | 19 ++++++++++++++++++- 2 files changed, 27 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs