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  8ae58526915549a7d7d9c45ce89c58e65b414650 (commit)
      from  fc16e0b334c252286ad9935d5cc044c0308ee0f9 (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 8ae58526915549a7d7d9c45ce89c58e65b414650
Author: Sam James <s...@gentoo.org>
Date:   Wed Feb 12 09:40:30 2025 +0000

    bugs: Link to all 'Porting to' docs in 'Common problems when upgrading ...'
    
    Suggested by Andrew Pinski. I think it makes sense to have it in here even
    if perhaps a bit verbose, because we really try to tell bug reporters to
    read the page properly.

diff --git a/htdocs/branching.html b/htdocs/branching.html
index 23ff92e8..7010ae5a 100644
--- a/htdocs/branching.html
+++ b/htdocs/branching.html
@@ -55,6 +55,9 @@ the newly created release branch.</li>
 <li>Update the toplevel <code>index.html</code> page to show the new active
 release branch, the current release series, and active development
 (mainline).  Update the version and development stage for mainline.</li>
+
+<li>Update the list of versions in the <code>bugs.html</code> page for
+'Porting to'.</li>
 </ol>
 
 <ol start="9">
diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index d6556b26..c4907c38 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -627,6 +627,20 @@ changed the parser rules so that <code>&lt;::</code> works 
as expected.
 
 <h3 id="upgrading">Common problems when upgrading the compiler</h3>
 
+<p>
+GCC maintains a 'Porting to' resource for new versions:
+<a href="../gcc-15/porting_to.html">GCC 15</a> | <a 
href="../gcc-14/porting_to.html">GCC 14</a> |
+<a href="../gcc-13/porting_to.html">GCC 13</a> | <a 
href="../gcc-12/porting_to.html">GCC 12</a> |
+<a href="../gcc-11/porting_to.html">GCC 11</a> | <a 
href="../gcc-10/porting_to.html">GCC 10</a> |
+<a href="../gcc-9/porting_to.html">GCC 9</a> | <a 
href="../gcc-8/porting_to.html">GCC 8</a> |
+<a href="../gcc-7/porting_to.html">GCC 7</a> | <a 
href="../gcc-6/porting_to.html">GCC 6</a> |
+<a href="../gcc-5/porting_to.html">GCC 5</a> | <a 
href="../gcc-4.9/porting_to.html">GCC 4.9</a> |
+<a href="../gcc-4.8/porting_to.html">GCC 4.8</a> | <a 
href="../gcc-4.7/porting_to.html">GCC 4.7</a> |
+<!-- no such doc for 4.5 -->
+<a href="../gcc-4.6/porting_to.html">GCC 4.6</a> | <a 
href="../gcc-4.4/porting_to.html">GCC 4.4</a> |
+<a href="../gcc-4.3/porting_to.html">GCC 4.3</a>.
+</p>
+
 <h4>ABI changes</h4>
 
 <p>The C++ application binary interface (ABI) consists of two

-----------------------------------------------------------------------

Summary of changes:
 htdocs/branching.html  |  3 +++
 htdocs/bugs/index.html | 14 ++++++++++++++
 2 files changed, 17 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to