From patchwork Thu Jan 11 12:49:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 1885574 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=IdapfeSb; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4T9l0S4lkqz1yPm for ; Thu, 11 Jan 2024 23:51:20 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8A7C73870C19 for ; Thu, 11 Jan 2024 12:51:18 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 3F262387088F for ; Thu, 11 Jan 2024 12:50:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3F262387088F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 3F262387088F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704977451; cv=none; b=MVw+7vrnsTh/r9r+s5csY6wDNpRJgGG7I3tI2/aP/S7kyFa1AXCVNMoz/6YfVz8IeV1GLH19+wxfxcb9OJA3IMXc6igLBpgfRVz2eMBJLySBVG8AyHUTg2O6af3UMh1cQSgu+M/Wkt/RByumzwoPQbFRW5gdeqw7ZA23P9bet6I= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704977451; c=relaxed/simple; bh=ebGRC+78T8OqF8rXJFs0dyBj2MI/8DcDcMjExrTfwAE=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=AeALyOBJerAV/N1D28NeJVbdWxlv5r9zfy4PDKzyPVkoxAcCcF4Qg7zMjliEeild5TNBT3TGZHczfdpLfLHt1C4AkdXm8r0LfyJbgLdq8EFOyZf7y8fLdf26EesKw/eVT81qJmcXCE5j3th4p7bEME9Fu+RnXSe+Vfxj+lay8Ko= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1704977448; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=x6jFx9Dga/sdjf5LVfj59gjoddnwn/pe9ptB2S8o4qg=; b=IdapfeSbRasbhg7EE9gl3PttoW2jwrGfxFc+bN+YQKNq5TwF2NwaLKqbfVAkmYLI+f/kSC fKD+M5RWC9Di3FOphxL5OmxckPw0enyPely6IQLwgBU+UZvMi9DeWOxmrp4c5/KT8EkS9R 2VSqmXqBIe8kaL60KHKTG6qjt46OwVs= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-608-sadxkASzNXy1v38ENvWSSQ-1; Thu, 11 Jan 2024 07:50:47 -0500 X-MC-Unique: sadxkASzNXy1v38ENvWSSQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3A646811E86; Thu, 11 Jan 2024 12:50:47 +0000 (UTC) Received: from localhost (unknown [10.42.28.185]) by smtp.corp.redhat.com (Postfix) with ESMTP id 036231C05E1A; Thu, 11 Jan 2024 12:50:46 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [wwwdocs] Document additional symbols in libstdc++exp.a for GCC 13.3 Date: Thu, 11 Jan 2024 12:49:20 +0000 Message-ID: <20240111125046.208397-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org The first two paragraphs are cloned from existing text for other point releases. The third paragraph documents a recent backport that should be called out in the release notes. Pushed to wwwdocs. --- htdocs/gcc-13/changes.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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. +
  • +
+