From patchwork Thu Jan 11 12:48:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 1885573 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=Up65oWxQ; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; 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 [IPv6:2620:52:3:1:0:246e:9693:128c]) (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 4T9kyX0bnpz1yPp for ; Thu, 11 Jan 2024 23:49:39 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3B5FF3870849 for ; Thu, 11 Jan 2024 12:49:37 +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.129.124]) by sourceware.org (Postfix) with ESMTPS id 247EC3857726 for ; Thu, 11 Jan 2024 12:49:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 247EC3857726 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 247EC3857726 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704977356; cv=none; b=D1+1xesCiNkVjFhbh9e+DQPXVvnDaW8HvwrWtfvxrwcarkVBMH84CUG7N+2v69lkpxrJ4bEmU/ZutB21yv4roIviKMH6nveCPOl3EqYm2ICvy5hHih+EoioJd2nWY2cQDFFvtgD1rvY8DmBYk2M61+NKY9Vgr6IjE6EnMy4/hck= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704977356; c=relaxed/simple; bh=XKqyVMSPN2T+DujGqaEmOd5R3GwpDnzHWA1guW+lsd0=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=X0MN0JsGBqEncjKsjpYKIUmeIYX/3ie1+kNkASObMJXRBth5wfavEVgWaGZ0UsJyCj7a8TpVbMkteqHndYR8Jjday5TZO66Z8N1EN4g3XeZWxPOSdfCNGeKRK4BefmDF03Sph4HfMgajCZmao+DqTy6WMK1RhrOtoUc+SWRmoQc= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1704977352; 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=NZViPZTdiEiAadYJKnVmCFFYUs46LJ1EndyLuv2eGmA=; b=Up65oWxQzLLM6C0Q35zDAW88bwuGhmfM1XdJK5aS5pdT9lhtA2rDUQbMHhzIGRhaJ8eTrQ s6O3EC3hngdKSAgQ+z6hNyUv3bVC5pXuMdxgyI3ex5epsbdi60UtV9OKU2u3F/xigCqBsV JZgtZXGWtBPJblwbxP4NrlApt1IpaQU= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-563-FrlLnNzGM2auYETRwD5m2Q-1; Thu, 11 Jan 2024 07:49:11 -0500 X-MC-Unique: FrlLnNzGM2auYETRwD5m2Q-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 05DE53C28646; Thu, 11 Jan 2024 12:49:11 +0000 (UTC) Received: from localhost (unknown [10.42.28.185]) by smtp.corp.redhat.com (Postfix) with ESMTP id AD0B01C0652C; Thu, 11 Jan 2024 12:49:10 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [wwwdocs] Update notes on libstdc++ header dependency changes in GCC 14 Date: Thu, 11 Jan 2024 12:48:32 +0000 Message-ID: <20240111124909.208285-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=-13.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, 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 Some failures related to std::find_if and stdint types were observed doing mass rebuilds with GCC 14. Pushed to wwwdocs. --- htdocs/gcc-14/porting_to.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.) +