From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5BC583952012; Fri, 16 Sep 2022 08:39:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5BC583952012 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663317587; bh=38nUEKoRQg9e/Qa+tfnYqb9dIbifeBlBU78e9+HxTeE=; h=From:To:Subject:Date:From; b=wsaeNBaGcauQfHCg8N/Ee4Azkc9H11ESNd8bSezdTz4ruxFN1zZtozbRL48yaxI6Y P3O32eEPEkcGOQfv3ACuWZX0l3JzPSWrCN0s+BU0GY1K78MdqQ+we2DMl/5Dz8WZ0Y oEoUlPwkDsg7T1G75Xxc033pJ0XnWqretC8kd6kE= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106953] New: C++23 add new headers for freestanding Date: Fri, 16 Sep 2022 08:39:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: unlvsur at live dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106953 Bug ID: 106953 Summary: C++23 add new headers for freestanding Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: unlvsur at live dot com Target Milestone: --- https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1642r11.html It now requires utility, tuple, ratio to be fully freestanding. memory, functional, iterator and ranges to be partial freestanding. https://en.cppreference.com/w/cpp/freestanding Time to add them.=