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  f18478d88085fa95b13ddfd778b81972bf830e37 (commit)
       via  22f4ca51373773acffc970cc932d2862f38505fa (commit)
       via  036f636fa1b3ccf446ad53a5b46fa41dbed43658 (commit)
      from  4543a4a7d95bec0c2c0273461e56b018f22df451 (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 f18478d88085fa95b13ddfd778b81972bf830e37
Author: Jason Merrill <ja...@redhat.com>
Date:   Fri Mar 21 13:16:20 2025 -0400

    cxx-status: add C++17 DR727

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 94046aac..2a6e9c3c 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -1532,6 +1532,12 @@
       <td class="supported"><a href="../gcc-7/changes.html#cxx">7</a></td>
       <td></td>
     </tr>
+    <tr>
+      <td>DR 727, In-class explicit instantiations</td>
+      <td><a 
href="https://cplusplus.github.io/CWG/issues/727.html";>CWG727</a></td>
+      <td class="unsupported"><a 
href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85282";>No</a></td>
+      <td></td>
+    </tr>
   </table>
 
   <h2 id="tses">Technical Specifications</h2>

commit 22f4ca51373773acffc970cc932d2862f38505fa
Author: Jason Merrill <ja...@redhat.com>
Date:   Fri Mar 21 13:15:53 2025 -0400

    gcc-10: Note that 10.5 does not bootstrap from C++98

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index add2f22b..7b105bff 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -71,6 +71,10 @@ You may also want to check out our
     to be consistent with C++11 and later standards.
     See the <a href="#iterator_base">libstdc++ notes below</a> for more 
details.
   </li>
+  <li>
+    GCC 10.5 does not bootstrap with a C++98 compiler; if you need to start
+    from C++98, you should build 10.4 or 9.5 instead.
+  </li>
 </ul>
 
 

commit 036f636fa1b3ccf446ad53a5b46fa41dbed43658
Author: Jason Merrill <ja...@redhat.com>
Date:   Tue Sep 17 17:32:24 2024 -0400

    codingconventions: update to C++14.

diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index e96f5164..81bf6bbb 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -232,12 +232,12 @@ latest ISO C and C++ standards.
 </p>
 
 <p>
-The directories
+For GCC 15 and later, the directories
 <code>gcc</code>, <code>libcpp</code> and <code>fixincludes</code>
-may use C++11.
+may use C++14.
 They may also use the <code>long long</code> type
 if the host C++ compiler supports it.
-These directories should use reasonably portable parts of C++11,
+These directories should use reasonably portable parts of C++14,
 so that it is possible to build GCC with C++ compilers other than GCC itself. 
 If testing reveals that
 reasonably recent versions of non-GCC C++ compilers cannot compile GCC,

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

Summary of changes:
 htdocs/codingconventions.html   | 6 +++---
 htdocs/gcc-10/changes.html      | 4 ++++
 htdocs/projects/cxx-status.html | 6 ++++++
 3 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to