From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id E3FB6384DED4; Thu, 11 Jan 2024 12:48:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3FB6384DED4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704977289; bh=4e/PWmOTYe2VhXnlOx3amYP9q/IGX8a6/gZLk5t3EmY=; h=To:Subject:Date:From:From; b=iCQLK73ZF7Czp9xUQOoUV3L4dXYukdqd0y74xi7f3KNxwSOuZJzbcy4id1i04N01B YuS699hx/OzeaBnWrHhgDzw2zCNsTGUFJIIVL6Y0TPR8F/A3SoS5+OKSelMA+I+9Po 97OBuVXpUncg5KtwBVDTqmFHShAFRhQoGgnuUVMA= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 62250c79a7483076f1b2b11496e4a1123c9df6a0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b4fd94ebe3f1b50a1d83d0c3cfdad37fd467d44c X-Git-Newrev: 62250c79a7483076f1b2b11496e4a1123c9df6a0 Message-Id: <20240111124809.E3FB6384DED4@sourceware.org> Date: Thu, 11 Jan 2024 12:48:09 +0000 (GMT) From: Jonathan Wakely List-Id: 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 62250c79a7483076f1b2b11496e4a1123c9df6a0 (commit) via d519c7ed720ebdf07bd2af45286d4fbed0632a33 (commit) from b4fd94ebe3f1b50a1d83d0c3cfdad37fd467d44c (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 62250c79a7483076f1b2b11496e4a1123c9df6a0 Author: Jonathan Wakely Date: Thu Jan 11 12:47:40 2024 +0000 Document additional symbols in libstdc++exp.a for GCC 13.3 diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index b4b1a39a..6930bd58 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -858,6 +858,32 @@ known to be fixed in the 13.2 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).

+ +

GCC 13.3

+ +

Note: GCC 13.3 has not been released yet, so this section is a +work-in-progress.

+ +

This is the list +of problem reports (PRs) from GCC's bug tracking system that are +known to be fixed in the 13.3 release. This list might not be +complete (that is, it is possible that some PRs that have been fixed +are not listed here).

+ +

Language Specific Changes

+ +

C++

+
    +
  • + The libstdc++exp.a library now includes all the Filesystem TS + symbols from the libstdc++fs.a library, + and the experimental symbols for the C++23 std::stacktrace + class from the libstdc++_libbacktrace.a library. + This means that -lstdc++exp is the only library needed for + all experimental libstdc++ features. +
  • +
+ commit d519c7ed720ebdf07bd2af45286d4fbed0632a33 Author: Jonathan Wakely Date: Sat Dec 16 22:55:29 2023 +0000 Update notes on libstdc++ header dependency changes in GCC 14 diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html index dea9ac80..3e4cedc3 100644 --- a/htdocs/gcc-14/porting_to.html +++ b/htdocs/gcc-14/porting_to.html @@ -38,10 +38,14 @@ be included explicitly when compiling with GCC 14:

  • <algorithm> - (for std::copy_n, std::lower_bound, + (for std::copy_n, std::find_if, + std::lower_bound, std::remove, std::reverse, std::sort etc.)
  • +
  • <cstdint> + (for std::int8_t, std::int32_t etc.) +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 26 ++++++++++++++++++++++++++ htdocs/gcc-14/porting_to.html | 6 +++++- 2 files changed, 31 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs